Style radio buttons. Added icon inside the table. Adjusted buttons with the same width. Changed position buttons in responsive. Pass scss-lint.

This commit is contained in:
Alessandro Cuoghi
2017-07-22 18:32:12 +02:00
committed by Senén Rodero Rodríguez
parent 3a7c9d9f83
commit 63621aa526
2 changed files with 67 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
<tr id="<%= dom_id(document)%>">
<td><%= document.title %></td>
<td class="document-link">
<%= document.title %>
</td>
<td class="text-center">
<%= link_to t('documents.buttons.download_document'), document.attachment.url, target: :blank, class: 'button hollow' %>
</td>