Sha256: 42f3f9f7aa4562884807c70bb0465d00bdc1d8d26cfc14eba14fd78f438f5cf4
Contents?: true
Size: 775 Bytes
Versions: 8
Compression:
Stored size: 775 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 confirm_with_title", :title => "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
8 entries across 8 versions & 3 rubygems