Sha256: 4e3aafd2f24e00347e34d9c4afd1d03a97e5a86308fb42bd173855ea50f8d24a
Contents?: true
Size: 703 Bytes
Versions: 32
Compression:
Stored size: 703 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([:cms, @link]) do |f| %> <%= hidden_field_tag :section_id, @link.section_id %> <%= render :partial => 'form', :locals => {:f => f} %> <div class="buttons"> <%= lt_button_wrapper(%Q{<button type="submit" name="link[publish_on_save]" value="true" class="submit" tabindex="#{next_tabindex}"><span>Save And Publish</span></button>}) %> <%= lt_button_wrapper(f.submit("Save", :class => "submit", :tabindex => next_tabindex )) %> </div> <% end %>
Version data entries
32 entries across 32 versions & 10 rubygems