mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 20:45:21 +02:00
parent
8ba04b0330
commit
3ef67faf7e
2 changed files with 14 additions and 15 deletions
|
@ -21,10 +21,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<% if @entries.empty? %>
|
||||
<p class="text-gray-500 text-sm p-4"><%= t(".no_entries") %></p>
|
||||
<% else %>
|
||||
|
||||
<div>
|
||||
<%= form_with url: account_entries_path(@account),
|
||||
id: "entries-search",
|
||||
|
@ -46,6 +42,9 @@
|
|||
<% end %>
|
||||
</div>
|
||||
|
||||
<% if @entries.empty? %>
|
||||
<p class="text-gray-500 text-sm p-4"><%= t(".no_entries") %></p>
|
||||
<% else %>
|
||||
<%= tag.div id: dom_id(@account, "entries_bulk_select"),
|
||||
data: {
|
||||
controller: "bulk-select",
|
||||
|
|
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue