Sha256: d16e1a096ef664e53441cda2abac98ead3b0dbe57c6e17c2efde534dc7360c81
Contents?: true
Size: 711 Bytes
Versions: 3
Compression:
Stored size: 711 Bytes
Contents
<% @toolbar_title = page_title "'#{@page_route.name}' Page Route" %> <% content_for :functions do %> <%= link_to(span_tag("Add"), new_cms_page_route_path, :class => "button") %> <%= link_to(span_tag("Edit"), edit_cms_page_route_path(@page_route), :id => 'edit_button', :class => "button") %> <%= link_to span_tag("Delete"), [:cms, @page_route], :id => "delete_button", :class => "button http_delete", :onclick => "return confirm('Are you sure you want to delete this Page Route?')" %> <%= link_to(span_tag("List All"), cms_page_routes_path, :class => "button") %> <%= link_to(span_tag("View Rails Routes"), cms_routes_path, :class => "button") %> <% end %> <%= @page_route.name %>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
nate-browsercms-3.0.210 | app/views/cms/page_routes/show.html.erb |
nate-browsercms-3.0.211 | app/views/cms/page_routes/show.html.erb |
browsercms-3.0.0 | app/views/cms/page_routes/show.html.erb |