Sha256: ac31b517ceb762750211ba89588d459b5984296e89d570ac608fe06b7666f82f
Contents?: true
Size: 935 Bytes
Versions: 17
Compression:
Stored size: 935 Bytes
Contents
<%= content_for :html_head do %> <%= stylesheet_link_tag('cms/form_layout') %> <%= stylesheet_link_tag('cms/content_library') %> <% end %> <% page_title "Content Library / Add New #{content_type.display_name}" %> <% @toolbar_title = "Add New #{content_type.display_name}" %> <%= content_for :functions, render(:partial => 'cms/blocks/toolbar') %> <%= form_for(@block, :url => blocks_path, :html => {:multipart => true}) do |f| %> <%= f.cms_error_messages %> <%= render :partial => 'cms/shared/exception', :object => @exception if @exception %> <%= render :partial => 'cms/blocks/hidden_fields', :locals => {:f => f} %> <%= render :partial => block_form, :locals => {:f => f} %> <% unless @hide_buttons %> <div class="buttons"> <%= save_and_publish_button(@block, content_type) %> <%= lt_button_wrapper(f.submit("Save", :class => "submit", :tabindex => next_tabindex)) %> </div> <% end %> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems