Skip to content

Commit

Permalink
report nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Jul 28, 2015
1 parent e5572f5 commit c13c6a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/layouts/plutus/_navigation_links.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<%# add navigation links to this file %>
<li><%= link_to "Dashboard", root_path%></li>
<li><%= link_to "Balance Sheet", reports_balance_sheet_path%></li>
<li><%= link_to "Income Statement", reports_income_statement_path%></li>
<li><%= link_to "General Ledger", accounts_path%></li>
<li><%= link_to "Journal", entries_path%></li>

0 comments on commit c13c6a0

Please sign in to comment.