Sha256: c19b537d469247b4a6484e614e5d1626db411906b0fd5dfa4209f4d9cd4d07a2
Contents?: true
Size: 533 Bytes
Versions: 17
Compression:
Stored size: 533 Bytes
Contents
<% @toolbar_title = page_title "'#{@page_route.name}' Page Route" %> <%= content_for :functions do %> <%= add_button new_page_route_path %> <%= edit_button :path=>edit_page_route_path(@page_route), :enabled=>true %> <%= delete_button :path=>@page_route, :title => "Are you sure you want to delete this Page Route?", :enabled=>true %> <%= link_to(span_tag("List All"), page_routes_path, :class => "button") %> <%= link_to(span_tag("View Rails Routes"), routes_path, :class => "button") %> <% end %> <%= @page_route.name %>
Version data entries
17 entries across 17 versions & 1 rubygems