UI: add new button, top panel restyle etc

This commit is contained in:
Dmitriy Zaporozhets 2012-01-18 22:15:45 +02:00
parent 3b5a4fa2fd
commit 15c4655527
27 changed files with 88 additions and 64 deletions

View file

@ -89,4 +89,8 @@ module ApplicationHelper
def profile_layout
controller.controller_name == "dashboard" || current_page?(projects_path) || controller.controller_name == "profile" || controller.controller_name == "keys"
end
def help_layout
controller.controller_name == "help"
end
end