Sha256: d233cacc0bffd3ffc47bbf6a80ee4beb6d49b669805ae5678fd2cb8bdc992278

Contents?: true

Size: 814 Bytes

Versions: 4

Compression:

Stored size: 814 Bytes

Contents

<%= link_to span_tag("&nbsp;Add&nbsp;"), 
  cms_new_path_for(dynamic_view_type.name.underscore), 
  :class => "button" %>
<%= link_to span_tag('View Content'), '#', 
  :class => "#{view_content_button_css_class}", 
  :id    => "view_button" %>
<%= link_to span_tag("&nbsp;Edit&nbsp;"), '#', 
  :id    => 'edit_button', 
  :class => "button disabled" %>
<%= link_to span_tag("List Versions"), 
  (action_name == 'index' ? '#' : cms_versions_path_for(@view)), 
  :id    => "revisions_button", 
  :class => "#{versions_button_css_class}" %>
<%= link_to span_tag("<span class=\"delete_img\">&nbsp;</span>Delete"), "#", 
  :id      => "delete_button", 
  :class   => "button disabled http_delete", 
  :onclick => "return confirm('Are you sure you want to delete this #{dynamic_view_type.name.underscore.titleize}?')" %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
webficient-browsercms-3.0.1 app/views/cms/dynamic_views/_toolbar.html.erb
webficient-browsercms-3.0.2 app/views/cms/dynamic_views/_toolbar.html.erb
webficient-browsercms-3.0.3 app/views/cms/dynamic_views/_toolbar.html.erb
webficient-browsercms-3.0.4 app/views/cms/dynamic_views/_toolbar.html.erb