Changed style button. Add margin top progress bar.
This commit is contained in:
committed by
Senén Rodero Rodríguez
parent
1be9d40fff
commit
a32849c79b
@@ -11,7 +11,8 @@
|
||||
<%= link_to t("documents.form.add_new_document"),
|
||||
new_nested_documents_path(documentable_type: resource.class.name, index: resource.documents.size),
|
||||
remote: true,
|
||||
id: "new_document_link" %>
|
||||
id: "new_document_link",
|
||||
class: "button hollow" %>
|
||||
<div class="max-documents-notice callout warning text-center hide">
|
||||
<%= t "documents.max_documents_allowed_reached_html" %>
|
||||
</div>
|
||||
@@ -21,4 +22,4 @@
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<hr>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user