Changed primary class with warning class in the callout. Added strong text into documents.yml for esp and eng.
This commit is contained in:
committed by
Senén Rodero Rodríguez
parent
593da5e76b
commit
45fc5c4fa2
@@ -3,8 +3,8 @@
|
||||
<% if documents.size == max_documents_allowed && can?(:create, Document) %>
|
||||
<div class="row documents-list">
|
||||
<div class="small-12 column">
|
||||
<div class="callout primary text-center">
|
||||
<%= t "documents.max_documents_allowed_reached" %>
|
||||
<div class="callout warning text-center">
|
||||
<%= t "documents.max_documents_allowed_reached_html" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user