Commit 3c9d7b7077f41ab354dd36c42bdd74345993159a
1 parent
caa5a788
Exists in
master
and in
4 other branches
Procfile production, resque script
Showing
4 changed files
with
6 additions
and
1 deletions
Show diff stats
Procfile
app/views/layouts/admin.html.haml
... | ... | @@ -22,6 +22,7 @@ |
22 | 22 | = link_to "Projects", admin_projects_path, :class => controller.controller_name == "projects" ? "current" : nil |
23 | 23 | = link_to "Teams", admin_team_members_path, :class => controller.controller_name == "team_members" ? "current" : nil |
24 | 24 | = link_to "Emails", admin_emails_path, :class => controller.controller_name == "mailer" ? "current" : nil |
25 | + = link_to "Resque", "/info/resque" | |
25 | 26 | |
26 | 27 | .project-content |
27 | 28 | = yield | ... | ... |