UI: add new button, top panel restyle etc
This commit is contained in:
parent
3b5a4fa2fd
commit
15c4655527
27 changed files with 88 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue