Sha256: 9051e19f219e185c04df49f74017a034060908e97544422468110670caeaa095
Contents?: true
Size: 288 Bytes
Versions: 25
Compression:
Stored size: 288 Bytes
Contents
<%= login_required do %> <%= actions do %> <%= link_to("edit", edit_post_path(post)) %> | <%= link_to("delete", post, method: :destroy, confirm: "Are you sure you want to remove this post?") %> <% end %> <% end unless blogit_conf.author_edits_only and not this_blogger?(post) %>
Version data entries
25 entries across 25 versions & 1 rubygems