diff --git a/app/views/esign_settings/_default_signature_row.html.erb b/app/views/esign_settings/_default_signature_row.html.erb index 8a2e3148..d5655f98 100644 --- a/app/views/esign_settings/_default_signature_row.html.erb +++ b/app/views/esign_settings/_default_signature_row.html.erb @@ -3,7 +3,7 @@ <%= svg_icon('discount_check_filled', class: 'w-6 h-6 shrink-0 text-green-500') %> <%= t('docuseal_trusted_signature') %> -
+ @@ -14,7 +14,7 @@ -
+
<%= button_to settings_esign_path, method: :put, params: { name: Docuseal::AATL_CERT_NAME }, class: 'btn btn-outline btn-neutral btn-xs whitespace-nowrap', title: t('make_default'), disabled: true do %> <%= t('make_default') %> <% end %> diff --git a/app/views/esign_settings/show.html.erb b/app/views/esign_settings/show.html.erb index 82a5a10e..2692aa37 100644 --- a/app/views/esign_settings/show.html.erb +++ b/app/views/esign_settings/show.html.erb @@ -120,7 +120,7 @@ <%= t('timeserver_url') %> - + diff --git a/app/views/mcp_settings/index.html.erb b/app/views/mcp_settings/index.html.erb index bb27bbc8..b0afcc3a 100644 --- a/app/views/mcp_settings/index.html.erb +++ b/app/views/mcp_settings/index.html.erb @@ -6,12 +6,10 @@ <%= t('mcp_server') %>
-
- <%= link_to new_settings_mcp_path, class: 'btn btn-primary btn-md gap-2 w-full md:w-fit', data: { turbo_frame: 'modal' } do %> - <%= svg_icon('plus', class: 'w-6 h-6') %> - <%= t('new_token') %> - <% end %> -
+ <%= link_to new_settings_mcp_path, class: 'btn btn-primary btn-md gap-2 w-full md:w-fit', data: { turbo_frame: 'modal' } do %> + <%= svg_icon('plus', class: 'w-6 h-6') %> + <%= t('new_token') %> + <% end %>
<% if @mcp_token.present? %> diff --git a/app/views/personalization_settings/_documents_copy_email_form.html.erb b/app/views/personalization_settings/_documents_copy_email_form.html.erb index 0f35fc69..bfa60344 100644 --- a/app/views/personalization_settings/_documents_copy_email_form.html.erb +++ b/app/views/personalization_settings/_documents_copy_email_form.html.erb @@ -12,7 +12,7 @@
<%= ff.label :subject, t('subject'), class: 'label' %> - +
diff --git a/app/views/personalization_settings/_signature_request_email_form.html.erb b/app/views/personalization_settings/_signature_request_email_form.html.erb index dc54826f..0db37c07 100644 --- a/app/views/personalization_settings/_signature_request_email_form.html.erb +++ b/app/views/personalization_settings/_signature_request_email_form.html.erb @@ -12,7 +12,7 @@
<%= ff.label :subject, t('subject'), class: 'label' %> - +
diff --git a/app/views/personalization_settings/_submitter_completed_email_form.html.erb b/app/views/personalization_settings/_submitter_completed_email_form.html.erb index f80ff410..d4daac9b 100644 --- a/app/views/personalization_settings/_submitter_completed_email_form.html.erb +++ b/app/views/personalization_settings/_submitter_completed_email_form.html.erb @@ -12,7 +12,7 @@
<%= ff.label :subject, t('subject'), class: 'label' %> - "> +
diff --git a/app/views/submission_events/index.html.erb b/app/views/submission_events/index.html.erb index cfc13e58..96a1b832 100644 --- a/app/views/submission_events/index.html.erb +++ b/app/views/submission_events/index.html.erb @@ -36,7 +36,7 @@ <%= l(event.event_timestamp.in_time_zone(current_account.timezone), format: :long, locale: current_account.locale) %> <% if (device = DetectBrowserDevice.call(event.data['ua'])) %> - + <%= svg_icon("device_#{device}", class: 'w-4 h-4') %> <% end %> diff --git a/app/views/submissions/_submitters_order.html.erb b/app/views/submissions/_submitters_order.html.erb index 2f603740..185e8737 100644 --- a/app/views/submissions/_submitters_order.html.erb +++ b/app/views/submissions/_submitters_order.html.erb @@ -7,7 +7,7 @@ <%= f.label :preserve_order, for: uuid = SecureRandom.uuid, class: 'flex items-center cursor-pointer' do %> <%= f.check_box :preserve_order, id: uuid, class: 'base-checkbox', checked: last_submission&.submitters_order.in?(['preserved', nil]) %> <%= t('preserve_order') %> - + <% end %> diff --git a/app/views/templates/_submission.html.erb b/app/views/templates/_submission.html.erb index 278bd679..e7ea158b 100644 --- a/app/views/templates/_submission.html.erb +++ b/app/views/templates/_submission.html.erb @@ -35,14 +35,14 @@
<% if submission.expired? && !submitter.completed_at? && !submitter.declined_at? %> -
+
<%= t('expired') %>
<% else %> - + <%= t(submitter.status) %> @@ -125,7 +125,7 @@ <% elsif submission.expired? %> -
+
<%= t('expired') %> diff --git a/app/views/templates_folders/edit.html.erb b/app/views/templates_folders/edit.html.erb index cd2a83ee..83a90ba2 100644 --- a/app/views/templates_folders/edit.html.erb +++ b/app/views/templates_folders/edit.html.erb @@ -5,7 +5,7 @@ <%= f.hidden_field :parent_name, value: @template.folder.parent_folder&.name || @template.folder.name %>
-