move logout thing and add disclaimer link

master
Coleman 2008-10-11 17:37:43 -05:00
parent 36843ed0fe
commit a2a7347e70
1 changed files with 11 additions and 4 deletions

View File

@ -18,6 +18,15 @@
#header_image #header_image
%a{ :href => '/', :title => 'B.A. Home' } %a{ :href => '/', :title => 'B.A. Home' }
%img{ :src => '/images/binaryattraction.png', :alt => 'Binary Attraction' } %img{ :src => '/images/binaryattraction.png', :alt => 'Binary Attraction' }
- if logged_in?
#header_user
%p
Welcome,
== <strong>#{current_user.user_name}</strong>
%br
%a{ :href => url(:delete_session, :id => session[:user_id]), :title => 'Log out of B.A.' }
Log out
%img{ :src => '/images/system-log-out.png' }
#tool_bar #tool_bar
- menu_items.each do |menu_item| - menu_items.each do |menu_item|
%a{ :href => menu_item[:href], :title => menu_item[:title] } %a{ :href => menu_item[:href], :title => menu_item[:title] }
@ -25,10 +34,6 @@
= menu_item[:name] = menu_item[:name]
- if menu_item != menu_items.last - if menu_item != menu_items.last
| |
- if logged_in?
|
%a{ :href => url(:delete_session, :id => session[:user_id]), :title => 'Log out of B.A.' }
%img{ :src => '/images/system-log-out.png' }
#content #content
= catch_content :for_layout = catch_content :for_layout
#footer #footer
@ -36,3 +41,5 @@
%a{ :href => 'http://penguincoder.org' } penguincoder %a{ :href => 'http://penguincoder.org' } penguincoder
| Usage of this site requires | Usage of this site requires
%a{ :href => '/acceptable_use' } acceptable use policy %a{ :href => '/acceptable_use' } acceptable use policy
|
%a{ :href => '/disclaimer' } disclaimer