diff --git a/app/components/DS/select.html.erb b/app/components/DS/select.html.erb index 4b07ccd7b..170d3ee26 100644 --- a/app/components/DS/select.html.erb +++ b/app/components/DS/select.html.erb @@ -33,7 +33,7 @@ <%= helpers.icon("search", class: "absolute inset-0 ml-2 transform top-1/2 -translate-y-1/2") %> <% end %> -
<% items.each do |item| %> <% is_selected = item[:value] == selected_value %> @@ -91,4 +91,4 @@ <% end %>
- \ No newline at end of file + diff --git a/app/views/admin/users/index.html.erb b/app/views/admin/users/index.html.erb index ac30a0062..6d10e0570 100644 --- a/app/views/admin/users/index.html.erb +++ b/app/views/admin/users/index.html.erb @@ -53,7 +53,7 @@ <% pending_invitations = @invitations_by_family[family.id] || [] %>
+ data-admin-invitation-delete-delete-all-label-value="<%= t(".invitations.delete_all") %>">
<%= icon "users", class: "w-5 h-5 text-secondary shrink-0" %> @@ -75,7 +75,7 @@ <% elsif sub %> + <%= sub.active? ? "bg-green-100 text-green-800" : "bg-surface text-secondary" %>"> <%= sub.status.humanize %> <% else %> diff --git a/app/views/pending_duplicate_merges/new.html.erb b/app/views/pending_duplicate_merges/new.html.erb index f2eb8bc12..580603f62 100644 --- a/app/views/pending_duplicate_merges/new.html.erb +++ b/app/views/pending_duplicate_merges/new.html.erb @@ -52,7 +52,7 @@
<%= entry.name %>
- <%= I18n.l(entry.date, format: :short) %> • + <%= I18n.l(entry.date, format: :short) %> • <%= number_to_currency(entry.amount.abs, unit: Money::Currency.new(entry.currency).symbol) %>
diff --git a/app/views/transactions/_attachments.html.erb b/app/views/transactions/_attachments.html.erb index 7dc5df74c..8688e6285 100644 --- a/app/views/transactions/_attachments.html.erb +++ b/app/views/transactions/_attachments.html.erb @@ -13,7 +13,7 @@ } do |form| %>
-
@@ -28,7 +28,7 @@ <%= form.file_field :attachments, multiple: true, - accept: Transaction::ALLOWED_CONTENT_TYPES.join(','), + accept: Transaction::ALLOWED_CONTENT_TYPES.join(","), class: "hidden", data: { attachment_upload_target: "fileInput", diff --git a/app/views/transactions/searches/filters/_tag_filter.html.erb b/app/views/transactions/searches/filters/_tag_filter.html.erb index 0c6b93873..8ba4fd0cc 100644 --- a/app/views/transactions/searches/filters/_tag_filter.html.erb +++ b/app/views/transactions/searches/filters/_tag_filter.html.erb @@ -20,7 +20,7 @@ <%= tag.name %>