diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -43,4 +43,21 @@ st + time.strftime("%X") end + + def user_title_bar(user) + < + + + + + +
+#{user.full_name}
+Current time is #{format_short_time(Time.new)}
+
APIO'08
+ +TITLEBAR + end + end