%= link_to 'New content', new_content_path, :class => 'button', :id => "add-content" %> <%= link_to "Back to Content List", contents_path, :class => 'button', :id => 'back-to-contents' %> <%= content_for :scripts do %> <% end %>
<%= f.label :type %> <%= f.select :tipe, content_tipe_options %>
<%= f.label "DOM id" %> <%= f.text_field :dom_id %>
<%= f.label :position %> <%= f.text_field :position %>
<%= f.label :visible %> <%= f.check_box :visible%>