diff --git a/app/components/app_tab_panel.rb b/app/components/app_tab_panel.rb index 58013a3..1398d2a 100644 --- a/app/components/app_tab_panel.rb +++ b/app/components/app_tab_panel.rb @@ -3,7 +3,7 @@ class AppTabPanel < Netzke::Basepack::TabPanel action :sign_out do |c| c.icon = :door_out - c.text = "Exit" if controller.current_user + c.text = "Exit" end def configure(c)