Sha256: 1096dff782fc9c8edc2ce73eebf5029cb73086ceed28efc2b9cbfe7e174593c6
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
- content_for :links do = link_to "Delete", @post, method: :delete, data: {confirm: "Are you sure you want to delete this post?"}, class: "btn btn-danger" = link_to "Back", @post, class: "btn btn-default" = render "form"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blogr-0.0.8 | app/views/blogr/posts/edit.html.haml |
blogr-0.0.7 | app/views/blogr/posts/edit.html.haml |
blogr-0.0.6 | app/views/blogr/posts/edit.html.haml |