Skip to content

Instantly share code, notes, and snippets.

@oseifrimpong
Created January 27, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oseifrimpong/8653317 to your computer and use it in GitHub Desktop.
Save oseifrimpong/8653317 to your computer and use it in GitHub Desktop.
<header class = "navbar navbar-fixed-top">
<div class = "navbar-inner">
<div class ="container">
<%= link_to "SCUTISU", scut_home_path, id: "logo" %>
<nav>
<ul class ="nav pull-right">
<li><%= link_to "Home", scut_home_path %></li>
<li><%= link_to "About Us", scut_aboutus_path %></li>
<li><%= link_to "Contact Us", scut_contactus_path %></li>
<li><%= link_to "Sign in", "#" %></li>
</ul>
</nav>
</div>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment