style storage settings

This commit is contained in:
Alex Turchyn
2023-05-30 21:03:47 +03:00
parent e45bad97f5
commit faf6f69e3e
8 changed files with 115 additions and 88 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<%= form_for '', url: settings_esign_index_path, method: :post do |f| %>
<file-dropzone data-name="verify_attachments">
<label for="file">
<input id="attachment_uuid" name="attachment_uuid" class="hidden" data-target="file-dropzone.valueField" type="text">
<input id="attachment_uuid" name="attachment_uuid" class="hidden" data-target="file-dropzone.valueField" type="text" autocomplete="off">
<input id="file" class="hidden" data-action="change:file-dropzone#onSelectFiles" data-target="file-dropzone.input" type="file">
LCick to upload
</label>