Skip to content

Commit

Permalink
Fixing nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Chip Childers committed Aug 28, 2013
1 parent a4e6a58 commit 949beef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cs-operator-dash/app/views/layouts/_navigation.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<%= link_to "Home", "/events/index", :class => 'brand' %>
<ul class="nav">
<%= link_to "Operations Dashboard", "/", :class => 'brand' %>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li>
<%= link_to('Event Viewer', '/events/index') %>
</li>
</ul>
</ul>
</div>

0 comments on commit 949beef

Please sign in to comment.