Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Joao/Carlos Lopes/Guilherme - beautifying the app: include the same f…
Browse files Browse the repository at this point in the history
…avicon from the dotcom and make the help links point to that
  • Loading branch information
ThoughtWorks Brasil RHoK Team authored and Tom Elkin committed Jul 6, 2010
1 parent e915f24 commit 287d613
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<title><%= controller.name %>: <%= controller.action_name %></title>
<link rel="shortcut icon" href="favicon.ico" />
<%= stylesheet_link_tag 'core' %>
<%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" %>
<%= javascript_include_tag "application.js" %>
Expand All @@ -22,14 +23,14 @@ $(document).ready(function() {

<div class="nav">
<ul>
<% unless current_user_name.nil? %>
<li class="userInfo">Logged in as <em><%= current_user_name %></em> (<%= link_to 'Logout', :logout %>)</li>
<% end %>
<li><a href="/">Home</a></li>
<li><a href="/">Admin</a></li>
<li><a href="/">FAQ</a></li>
<li><a href="/">Contact</a></li>
<li><a href="/">About</a></li>
<% unless current_user_name.nil? %>
<li class="userInfo">Logged in as <em><%= current_user_name %></em> (<%= link_to 'Logout', :logout %>)</li>
<% end %>
<li><a href="http://www.rapidftr.com/faq">FAQ</a></li>
<li><a href="http://www.rapidftr.com">About</a></li>
<li><a href="http://www.rapidftr.com/contact">Contact</a></li>
</ul>
</div>
</div>
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit 287d613

Please sign in to comment.