Sha256: 4f6de363222bec7caa2685e6fa6a97946c1fc3c47bd109cc55aa45750d1d8366
Contents?: true
Size: 450 Bytes
Versions: 15
Compression:
Stored size: 450 Bytes
Contents
<% page_title "Edit '#{h(@link.name)}' Link" %> <%= 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| %> <%= render :partial => 'form', :locals => {:f => f} %> <div class="buttons"> <%= publish_button "link" %> <%= lt_button_wrapper(f.submit("Save", :class => "submit")) %> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems