shows hr tag on forms only when expanded

This commit is contained in:
decabeza
2017-09-28 15:20:47 +02:00
parent 8aaa0cb718
commit fd78eb30cc
3 changed files with 8 additions and 14 deletions

View File

@@ -20,7 +20,4 @@
<div id="max-documents-notice" class="max-documents-notice callout warning text-center <%= "hide" unless max_documents_allowed?(documentable) %>">
<%= t "documents.max_documents_allowed_reached_html" %>
</div>
<hr>
</div>
</div>