mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Add transactions widget to dashboard page (#656)
This commit is contained in:
parent
49b603f478
commit
8a29725562
12 changed files with 56 additions and 28 deletions
|
@ -17,4 +17,8 @@ module TransactionsHelper
|
|||
def transaction_filter_by_name(name)
|
||||
transaction_filters.find { |filter| filter[:name] == name }
|
||||
end
|
||||
|
||||
def full_width_transaction_row?(route)
|
||||
route != "/"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue