Sha256: 4c7a8c824c9bbdaca5ff042429306320e9e19ef6db042f51c1052dc2caba3b2d
Contents?: true
Size: 547 Bytes
Versions: 15
Compression:
Stored size: 547 Bytes
Contents
<% @link_title = @page_title = "Add New Link to Sitemap" %> <%= content_for :functions do %> <%= "<h1>#{ @page_title }</h1>" %> <%= link_to(span_tag("list all"), cms.sitemap_path, :class => "button") %> <br clear="all"/> <% end %> <%= form_for(@link) do |f| %> <%= hidden_field_tag :section_id, @link.section_id %> <%= render :partial => 'form', :locals => {:f => f} %> <div class="buttons"> <%= publish_button "link" %> <%= lt_button_wrapper(f.submit("Save", :class => "submit", :tabindex => next_tabindex )) %> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems