Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
swapped position of polypharmacy and population health in navbar.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiemert committed Aug 12, 2015
1 parent a71160f commit f43a81a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions views/partials/navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
</div>
</a>

<a href="/polypharmacy">
<div class="col-xs-2 navbar-box">
<img class="navbar-logo" src="/assets/images/polypharmacy.png">
<span>Polypharmacy</span>
</div>
</a>

<a href="/population-health">
<div class="col-xs-3 navbar-box">
<img class="navbar-logo" src="/assets/images/population-health.png">
<span>Population Health</span>
</div>
</a>

<a href="/polypharmacy">
<div class="col-xs-2 navbar-box">
<img class="navbar-logo" src="/assets/images/polypharmacy.png">
<span>Polypharmacy</span>
</div>
</a>

<a href="/practice-reflection">
<div class="col-xs-3 navbar-box">
<img class="navbar-logo" src="/assets/images/practice-reflection.png">
Expand Down

0 comments on commit f43a81a

Please sign in to comment.