%% content_for :header do %> <%%= javascript_include_tag 'lightwindow' %> <%%= stylesheet_link_tag 'lightwindow' %> <%% end -%>
<%%= f.label :title %>
<%%= f.text_field :title, :class => 'title' %>
<%%= f.label :<%= attribute.name %> %>
<%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
<%%= preview_link(@<%= singular_name %>) %> <%%= f.submit 'Publish', :name => '<%= singular_name %>[publish]' %> <%%= f.submit 'Save as draft', :name => '<%= singular_name %>[hide]' %> or <%%= link_to 'Back', admin_<%= plural_name %>_path %>
<%% end %>