<%= f.field_container :category do %> <%= f.label :category, t(:category) %> *
<%= f.text_field :category, :class => 'fullwidth title' %> <%= f.error_message_on :category %> <% end %> <%= f.field_container :url do %> <%= f.label :url, t(:url) %>
<%= f.text_field :url, :class => 'fullwidth title' %> <%= f.error_message_on :url %> <% end %> <%= f.field_container :attachment do %> <%= f.label :attachment, t(:attachment) %>
<%= f.file_field :attachment %> <%= f.error_message_on :attachment %> <% end %>
<%= f.field_container :attachment_width do %> <%= f.label :attachment_width, t(:attachment_width) %> *
<%= f.text_field :attachment_width, :class => 'fullwidth title' %> <%= f.error_message_on :attachment_width %> <% end %> <%= f.field_container :attachment_height do %> <%= f.label :attachment_height, t(:attachment_height) %> *
<%= f.text_field :attachment_height, :class => 'fullwidth title' %> <%= f.error_message_on :attachment_height %> <% end %> <%= f.field_container :position do %> <%= f.label :position, t(:position) %>
<%= f.text_field :position, :class => 'fullwidth title' %> <%= f.error_message_on :position %> <% end %> <%= f.field_container :enabled do %> <%= f.label :enabled, t(:enabled) %>
<%= f.check_box :enabled %> <%= f.error_message_on :enabled %> <% end %>