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("&nbsp;Add&nbsp;"), new_cms_page_route_path, :class => "button") %>
  <%= link_to(span_tag("&nbsp;Edit&nbsp;"), edit_cms_page_route_path(@page_route), :id => 'edit_button', :class => "button") %>
  <%= link_to span_tag("<span class=\"delete_img\">&nbsp;</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

Version Path
browsercms-3.1.5 app/views/cms/page_routes/show.html.erb
browsercms-3.1.4 app/views/cms/page_routes/show.html.erb
browsercms-3.1.3 app/views/cms/page_routes/show.html.erb
drujensen-browsercms-3.2.0 app/views/cms/page_routes/show.html.erb
browsercms-3.1.2 app/views/cms/page_routes/show.html.erb
browsercms-3.1.1 app/views/cms/page_routes/show.html.erb
browsercms-3.1.0 app/views/cms/page_routes/show.html.erb
we5-browsercms-3.1.0 app/views/cms/page_routes/show.html.erb