Skip to content

Instantly share code, notes, and snippets.

@libryder
Created June 14, 2012 22:11
Show Gist options
  • Select an option

  • Save libryder/2933281 to your computer and use it in GitHub Desktop.

Select an option

Save libryder/2933281 to your computer and use it in GitHub Desktop.
like a bau5
<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