Skip to content

Commit

Permalink
issue #104 - add link for /accounts/credit-payoff to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Aug 13, 2017
1 parent e16ba63 commit 2bb8d10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion biweeklybudget/flaskapp/templates/nav.html
@@ -1,6 +1,6 @@
<!-- BEGIN nav.html -->
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<div class="sidebar-nav navbar">
<ul class="nav" id="side-menu">
<li>
<a href="/"><i class="fa fa-home fa-fw"></i> Home</a>
Expand All @@ -11,6 +11,9 @@
<li>
<a href="/accounts"><i class="fa fa-bank fa-fw"></i> Accounts</a>
</li>
<li>
<a href="/accounts/credit-payoff"><i class="fa fa-credit-card fa-fw"></i> Credit Payoffs</a>
</li>
<li>
<a href="/ofx"><i class="fa fa-exchange fa-fw"></i> OFX</a>
</li>
Expand Down
Expand Up @@ -86,6 +86,7 @@ def test_nav_links(self, selenium):
('/', 'Home'),
('/payperiods', 'Pay Periods'),
('/accounts', 'Accounts'),
('/accounts/credit-payoff', 'Credit Payoffs'),
('/ofx', 'OFX'),
('/transactions', 'Transactions'),
('/reconcile', 'Reconcile'),
Expand Down

0 comments on commit 2bb8d10

Please sign in to comment.