Sha256: 9031d3ba6aa9e4d3b8907748dd74cafdbca28d3259e3077d7dd727ccb2c537f4
Contents?: true
Size: 1018 Bytes
Versions: 32
Compression:
Stored size: 1018 Bytes
Contents
<% able_to? :publish_content do -%> <%= link_to span_tag('Publish'), "#", :class => "http_put button disabled left", :id => "publish_button" %> <% end -%> <%= link_to span_tag("View Content"), "#", :id => "view_button", :class => "button disabled#{ ' off' if action_name == 'show'} middle" %> <%= link_to span_tag("Edit Content"), "#", :id => "edit_button", :class => "button disabled#{ ' off' if action_name == 'edit'} right" %> <%= link_to span_tag("add new content"), cms_new_path_for(content_type), :id => "add_button", :class => "spacer button#{ ' off' if action_name == 'new'}" %> <%= link_to span_tag("List Versions"), "#", :id => "revisions_button", :class => "button #{ action_name == 'revisions' ? ' off' : ' disabled'}" %> <%= link_to span_tag("<span class=\"delete_img\"> </span>Delete"), "#", :id => "delete_button", :class => "spacer button disabled http_delete confirm_with_title", :title => "Are you sure you want to delete this record?" %>
Version data entries
32 entries across 32 versions & 10 rubygems