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
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 20:42:49 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 20:42:49 +0400
commit4c51619de3a0443ee25d19ee5ba0d7ab77bedc07 (patch)
treee964ba9fa4ad396b1b8b2726ec05bdefb583231e /app/views
parentb66d9c4f28168be13616696a20e252c7adae3e49 (diff)
Use more logic class names for buttons in panel headings
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/projects/index.html.haml2
-rw-r--r--app/views/admin/users/index.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index fb462840baa..7a23b7020cc 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -40,7 +40,7 @@
.panel.panel-default
.panel-heading
Projects (#{@projects.total_count})
- .pull-right
+ .panel-head-actions
.dropdown.inline
%a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"}
%span.light sort:
diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index 4bfdcbc4de2..b8a18224443 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -31,7 +31,7 @@
.panel.panel-default
.panel-heading
Users (#{@users.total_count})
- .pull-right
+ .panel-head-actions
= link_to 'New User', new_admin_user_path, class: "btn btn-new"
%ul.well-list
- @users.each do |user|