mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
style view/edit buttons in doc table
This commit is contained in:
parent
007017e8a7
commit
88fa45dc26
@ -86,8 +86,8 @@
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<div><%= link_to 'View', document_path(document), class: 'btn btn-flat' %></div>
|
||||
<div><%= link_to 'Edit', edit_document_path(document), class: 'btn btn-flat' %></div>
|
||||
<div><%= link_to 'View', document_path(document), class: "btn btn-flat blue-text" %></div>
|
||||
<div><%= link_to 'Edit', edit_document_path(document), class: "btn btn-flat green-text", target: '_new' %></div>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user