diff --git a/app/views/account/entries/index.html.erb b/app/views/account/entries/index.html.erb index 30e02686..19df9200 100644 --- a/app/views/account/entries/index.html.erb +++ b/app/views/account/entries/index.html.erb @@ -21,31 +21,30 @@ - <% if @entries.empty? %> -
<%= t(".no_entries") %>
- <% else %> - -<%= t(".no_entries") %>
+ <% else %> <%= tag.div id: dom_id(@account, "entries_bulk_select"), data: { controller: "bulk-select", diff --git a/config/locales/views/account/entries/en.yml b/config/locales/views/account/entries/en.yml index b4b4cb93..e117e90d 100644 --- a/config/locales/views/account/entries/en.yml +++ b/config/locales/views/account/entries/en.yml @@ -16,7 +16,7 @@ en: new: New new_balance: New balance new_transaction: New transaction - no_entries: No entries yet + no_entries: No entries found title: Activity loading: loading: Loading entries...