<%= f.field_container :name do %> <%= f.label :name, t(:name) %> *
<%= error_message_on :taxonomy, :name, :class => 'fullwidth title' %> <%= text_field :taxonomy, :name %> <% end %>