Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 10:46:28 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 10:46:28 +0400
commita52936f36a867dbdf40f0f45fd23db95e149480f (patch)
tree1325a945dcfa0617e1c4fcbcf9d60728b2904f6d /app/views/admin
parent84e4cfc6bbfa7251dc8e2b88ca4c507b98cadc61 (diff)
Renames resque resource to background_jobs
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/background_jobs/show.html.haml (renamed from app/views/admin/resque/show.html.haml)0
-rw-r--r--app/views/admin/dashboard/index.html.haml16
2 files changed, 8 insertions, 8 deletions
diff --git a/app/views/admin/resque/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index 499738f9a06..499738f9a06 100644
--- a/app/views/admin/resque/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 46a876294ce..d3c938bb8f2 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -9,20 +9,20 @@
= link_to 'New Project', new_project_path, class: "btn btn-small"
.span4
.ui-box
- %h5.title Groups
- .data.padded
- = link_to admin_groups_path do
- %h1= Group.count
- %hr
- = link_to 'New Group', new_admin_group_path, class: "btn btn-small"
- .span4
- .ui-box
%h5.title Users
.data.padded
= link_to admin_users_path do
%h1= User.count
%hr
= link_to 'New User', new_admin_user_path, class: "btn btn-small"
+ .span4
+ .ui-box
+ %h5.title Groups
+ .data.padded
+ = link_to admin_groups_path do
+ %h1= Group.count
+ %hr
+ = link_to 'New Group', new_admin_group_path, class: "btn btn-small"
.row
.span4