Admin gitolite logs. Refactored project creation. Few style fixes.
This commit is contained in:
parent
369df86e71
commit
d40b9ce26d
15 changed files with 66 additions and 24 deletions
|
@ -127,6 +127,7 @@ module ApplicationHelper
|
|||
when :admin_projects; controller.controller_name == "projects"
|
||||
when :admin_emails; controller.controller_name == 'mailer'
|
||||
when :admin_resque; controller.controller_name == 'resque'
|
||||
when :admin_logs; controller.controller_name == 'logs'
|
||||
|
||||
else
|
||||
false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue