document styling print version

This commit is contained in:
Andreas Stephanides
2015-03-15 13:10:37 +01:00
parent 34c0374877
commit 27d478281e
4 changed files with 41 additions and 12 deletions

View File

@@ -5,5 +5,4 @@
<%= link_to document.name, document %>
<%= link_to "edit", edit_document_path(document),:remote=>true if can? :edit, document %>
<%= link_to 'Delete', document, method: :delete, data: { confirm: 'Are you sure?' } , remote: true if can? :delete, document %>
</div>