Sha256: 6fbeefb7bad407424414880c0cd738d01287c003e0bbadb98754f292c7af6eb9

Contents?: true

Size: 469 Bytes

Versions: 18

Compression:

Stored size: 469 Bytes

Contents

%span.actions
  = link_to 'Visit', effective_post_path(post), :target => '_blank'
  = '-'
  - if defined?(EffectiveRegions)
    = link_to 'Edit Content', '/edit' + effective_posts.post_path(post), 'data-no-turbolink' => true
    = '-'
  = link_to 'Edit', effective_posts.edit_admin_post_path(post.id)
  = '-'
  = link_to 'Delete', effective_posts.admin_post_path(post.id), :data => {:method => :delete, :confirm => "Are you sure?  This post will be made unavailable."}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
effective_posts-0.4.6 app/views/admin/posts/_actions.html.haml
effective_posts-0.4.5 app/views/admin/posts/_actions.html.haml
effective_posts-0.4.4 app/views/admin/posts/_actions.html.haml
effective_posts-0.4.3 app/views/admin/posts/_actions.html.haml
effective_posts-0.4.2 app/views/admin/posts/_actions.html.haml
effective_posts-0.4.1 app/views/admin/posts/_actions.html.haml
effective_posts-0.4.0 app/views/admin/posts/_actions.html.haml
effective_posts-0.3.0 app/views/admin/posts/_actions.html.haml
effective_posts-0.2.6 app/views/admin/posts/_actions.html.haml
effective_posts-0.2.5 app/views/admin/posts/_actions.html.haml
effective_posts-0.2.4 app/views/admin/posts/_actions.html.haml
effective_posts-0.2.3 app/views/admin/posts/_actions.html.haml
effective_posts-0.2.2 app/views/admin/posts/_actions.html.haml
effective_posts-0.2.1 app/views/admin/posts/_actions.html.haml
effective_posts-0.2.0 app/views/admin/posts/_actions.html.haml
effective_posts-0.1.2 app/views/admin/posts/_actions.html.haml
effective_posts-0.1.1 app/views/admin/posts/_actions.html.haml
effective_posts-0.1 app/views/admin/posts/_actions.html.haml