Skip to content

Commit

Permalink
Added link to account journal from index
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatm committed Jan 7, 2009
1 parent 02d337b commit dd8ac8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/accounts/index.html.haml
Expand Up @@ -11,5 +11,5 @@
- accounts = @accounts[i]
- accounts.each do |account|
%tr.account
%td.name= account.name
%td.name= link_to account.name, journal_account_path(account.id)
%td.balance= currencize(account.initial_balance)

0 comments on commit dd8ac8b

Please sign in to comment.