Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gerep
Created February 19, 2013 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerep/4983221 to your computer and use it in GitHub Desktop.
Save gerep/4983221 to your computer and use it in GitHub Desktop.
[Blogger] CSS Foundation error messages
<%= simple_form_for @user do |f| %>
<%= f.input :name, label: I18n.t('users.name') %>
<%= f.input :email, label: I18n.t('users.email') %>
<%= f.input :password, label: I18n.t('users.password') %>
<%= f.input :password_confirmation, label: I18n.t('users.password_confirmation') %>
<%= f.input :status, label: I18n.t('users.status') %>
<%= f.button :submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment