From 449c00ab555800731a618db6fef5860b5e51be49 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 9 Jan 2008 06:17:04 +0000 Subject: [PATCH] rename link git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@90 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/views/layouts/application.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index 389e901..4485f6f 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -36,7 +36,7 @@ <%= link_to_unless_current 'Browse Beers', beers_path -%>
<%= link_to_unless_current 'Beverage Styles', styles_path -%>
<%= link_to_unless_current 'Browse Breweries', breweries_path -%>
- <%= link_to_unless_current 'Peoples', peoples_path -%>
+ <%= link_to_unless_current 'BarleySodas People', peoples_path -%>
<% if has_permission_for_action?(:index, :roles) -%><%= link_to_unless_current 'Roles', roles_path -%>
<% end -%> <%= 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[:people_title]}", session_path(:id => session[:people_title]), :method => :delete -%><% end %>