Sha256: a1374a4383085859444a500e697a66a58e025c2eef1f4bf9561116283dd97ba2

Contents?: true

Size: 361 Bytes

Versions: 5

Compression:

Stored size: 361 Bytes

Contents

<%= login_required do  %>
  <%= actions do %>
    <%= link_to(t(:edit, scope: 'blogit.posts'), edit_post_path(post)) %> | <%= link_to(t(:delete, scope: 'blogit.posts'), post, method: :delete, confirm: t(:are_you_sure_you_want_to_remove_this_post, scope: 'blogit.posts')) %>
  <% end %>
<% end unless blogit_conf.author_edits_only and not this_blogger?(post) %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blogit-0.8.0 app/views/blogit/posts/_post_links.html.erb
blogit-0.7.0 app/views/blogit/posts/_post_links.html.erb
blogit-0.6.0 app/views/blogit/posts/_post_links.html.erb
blogit-0.5.1 app/views/blogit/posts/_post_links.html.erb
blogit-0.5.0 app/views/blogit/posts/_post_links.html.erb