You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
636 B

13 years ago
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container pjax-nav">
13 years ago
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<%= link_to('EntryDNS', root_path, class: 'brand') %>
13 years ago
<div class="nav-collapse">
<% if user_signed_in? %>
<%= render 'shared/navigation/application' %>
13 years ago
<% else %>
<%= render 'shared/navigation/public' %>
13 years ago
<% end %>
</div>
</div>
</div>
</div>