Created
June 14, 2012 22:11
-
-
Save libryder/2933281 to your computer and use it in GitHub Desktop.
like a bau5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="navbar"> | |
| <div class="navbar-inner"> | |
| <div class="container"> | |
| <a class="brand" href="#"> | |
| <%= image_tag('G5_logo.png') %> Reputation Manager | |
| </a> | |
| <% if user_signed_in? %> | |
| <% present current_user do |user_presenter| %> | |
| <ul class="nav pull-right"> | |
| <% if rollout? :workflow %> | |
| <%= user_presenter.link_to_inbox %> | |
| <%= user_presenter.link_to_assigned %> | |
| <li class="divider-vertical"></li> | |
| <% end %> | |
| <li><a href="#"><%= current_user.name %></a></li> | |
| </ul> | |
| <% end %> | |
| <% end %> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment