summaryrefslogtreecommitdiff
path: root/app/views/layouts/admin.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-09 13:30:19 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-09 13:30:19 +0200
commit3c9d7b7077f41ab354dd36c42bdd74345993159a (patch)
treea84caaddabdbcce21f2c79b4fbc3675e33bb3a21 /app/views/layouts/admin.html.haml
parentcaa5a78863289b7703554f845dabc08ca0d53d2c (diff)
downloadgitlab-ce-3c9d7b7077f41ab354dd36c42bdd74345993159a.tar.gz
Procfile production, resque script
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r--app/views/layouts/admin.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index cb0d6b932b0..2b3188056f9 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -22,6 +22,7 @@
= link_to "Projects", admin_projects_path, :class => controller.controller_name == "projects" ? "current" : nil
= link_to "Teams", admin_team_members_path, :class => controller.controller_name == "team_members" ? "current" : nil
= link_to "Emails", admin_emails_path, :class => controller.controller_name == "mailer" ? "current" : nil
+ = link_to "Resque", "/info/resque"
.project-content
= yield