Skip to content

Instantly share code, notes, and snippets.

@littlebtc
Created February 6, 2012 02:28
Show Gist options
  • Select an option

  • Save littlebtc/1749030 to your computer and use it in GitHub Desktop.

Select an option

Save littlebtc/1749030 to your computer and use it in GitHub Desktop.
<!-- 這樣寫真的好嗎? -->
<%= content_tag(:div, alert, :class => "alert alert-error") if !alert.blank? %>
<%= content_tag(:div, notice, :class => "alert") if !notice.blank? %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment