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("&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", 
    :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

Version Path
SFEley-browsercms-3.0.2 app/views/cms/page_routes/show.html.erb
buzzware-browsercms-3.0.2 app/views/cms/page_routes/show.html.erb
coredumplings-browsercms-3.0.0 app/views/cms/page_routes/show.html.erb
we5-browsercms-3.0.1.1 app/views/cms/page_routes/show.html.erb
webficient-browsercms-3.0.1 app/views/cms/page_routes/show.html.erb
webficient-browsercms-3.0.2 app/views/cms/page_routes/show.html.erb
webficient-browsercms-3.0.3 app/views/cms/page_routes/show.html.erb
webficient-browsercms-3.0.4 app/views/cms/page_routes/show.html.erb
bf4-browsercms-3.1.0 app/views/cms/page_routes/show.html.erb
browsercms-3.0.6 app/views/cms/page_routes/show.html.erb
browsercms-3.0.5 app/views/cms/page_routes/show.html.erb
we5-browsercms-3.0.5.1 app/views/cms/page_routes/show.html.erb
we5-browsercms-3.0.5 app/views/cms/page_routes/show.html.erb
browsercms_s3-3.0.5 app/views/cms/page_routes/show.html.erb
browsercms-3.0.4 app/views/cms/page_routes/show.html.erb
browsercms-3.0.3 app/views/cms/page_routes/show.html.erb
browsercms_s3-3.0.4 app/views/cms/page_routes/show.html.erb
browsercms_s3-3.0.3 app/views/cms/page_routes/show.html.erb
we5-browsercms-3.0.2 app/views/cms/page_routes/show.html.erb
browsercms-3.0.2 app/views/cms/page_routes/show.html.erb