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-01-30 21:28:48 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 21:28:48 +0400
commit1fdeb9e03042b1b645ed0fe6c33fb4f21dd6ddb1 (patch)
tree5fa4b6d2892c50057b36991fa3e8ba44c02b6628 /app/views/dashboard/_groups.html.haml
parent7d593c54463307b0e1bb4a2653e161f4f238a3d9 (diff)
parentbfd00caff3010100f367ed60d73f065cc8b21f06 (diff)
Merge branch 'refactor/css' of dev.gitlabhq.com:gitlab/gitlabhq
Diffstat (limited to 'app/views/dashboard/_groups.html.haml')
-rw-r--r--app/views/dashboard/_groups.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/_groups.html.haml b/app/views/dashboard/_groups.html.haml
index 535f0349212..ba8d3029eaf 100644
--- a/app/views/dashboard/_groups.html.haml
+++ b/app/views/dashboard/_groups.html.haml
@@ -4,7 +4,7 @@
%small
(#{groups.count})
- if current_user.can_create_group?
- %span.right
+ %span.pull-right
= link_to new_group_path, class: "btn btn-tiny info" do
%i.icon-plus
New Group
@@ -13,6 +13,6 @@
%li
= link_to group_path(id: group.path), class: dom_class(group) do
%strong.well-title= truncate(group.name, length: 35)
- %span.right.light
+ %span.pull-right.light
- if group.owner == current_user
%i.icon-wrench