Sha256: e3075973042b911455a50706f104714671204215fce3af2f4da2ccc641d1638f
Contents?: true
Size: 776 Bytes
Versions: 21
Compression:
Stored size: 776 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("<span class=\"delete_img\"> </span>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
21 entries across 21 versions & 8 rubygems