From c4e2ce6375b76e78d0c8c9bdc079f882a0d518a7 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 2 Jan 2008 07:57:12 +0000 Subject: [PATCH] links git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@74 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/views/layouts/application.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index 134dc70..f60bb9e 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -38,7 +38,7 @@ <%= link_to_unless_current 'Discussions', discussions_path -%>
<%= link_to_unless_current 'Peoples', peoples_path -%>
<%= link_to_unless_current 'Roles', roles_path -%>
- <%= link_to_unless_current 'Help', :controller => 'help', :action => 'index' -%>
+ <%= link_to_unless_current 'Help With BarleySodas', :controller => 'help', :action => 'index' -%>
<% unless logged_in? -%><%= link_to_unless_current 'Login', new_session_path -%><% else -%><%= link_to 'Logout', session_path(:id => session[:people_title]), :method => :delete -%><% end %>
<%= yield :sidebar %> @@ -49,7 +49,7 @@