summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 20:36:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 20:36:21 +0300
commita41875d21e9c87f15754c1d23db3a6fb80b7bdcd (patch)
treee94fd2b56af049f6035e957b05710417bfccbf28 /app/views/groups
parente97abfce3b9e4e836aaf9d9ac32a45c6490f8831 (diff)
downloadgitlab-ce-a41875d21e9c87f15754c1d23db3a6fb80b7bdcd.tar.gz
Replace %h5.title with div.title
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/_projects.html.haml2
-rw-r--r--app/views/groups/edit.html.haml8
-rw-r--r--app/views/groups/issues.html.haml2
-rw-r--r--app/views/groups/members.html.haml2
4 files changed, 7 insertions, 7 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index ff6b71b9ec0..cbad2e3e522 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -1,5 +1,5 @@
.ui-box
- %h5.title
+ .title
Projects (#{projects.count})
- if can? current_user, :manage_group, @group
%span.pull-right
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index eeaa4767cf9..ba3333832ea 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -18,7 +18,7 @@
.tab-content
.tab-pane.active#tab-edit
.ui-box
- %h5.title
+ .title
%strong= @group.name
Group Settings:
%div.form-holder
@@ -42,7 +42,7 @@
.tab-pane#tab-projects
.ui-box
- %h5.title
+ .title
%strong= @group.name
Projects:
- if can? current_user, :manage_group, @group
@@ -67,7 +67,7 @@
.tab-pane#tab-transfer
.ui-box.ui-box-danger
- %h5.title Transfer group
+ .title Transfer group
.ui-box-body
%p
Transferring group will cause loss of admin control over group and all child projects
@@ -78,7 +78,7 @@
.tab-pane#tab-remove
.ui-box.ui-box-danger
- %h5.title Remove group
+ .title Remove group
.ui-box-body
%p
Remove of group will cause removing all child projects and resources.
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml
index 7ecc5f7b630..5c76f1c22ed 100644
--- a/app/views/groups/issues.html.haml
+++ b/app/views/groups/issues.html.haml
@@ -12,7 +12,7 @@
- @issues.group_by(&:project).each do |group|
%div.ui-box
- project = group[0]
- %h5.title
+ .title
= link_to_project project
%ul.well-list.issues-list
- group[1].each do |issue|
diff --git a/app/views/groups/members.html.haml b/app/views/groups/members.html.haml
index bd84a5e7cf9..82a16e53c6e 100644
--- a/app/views/groups/members.html.haml
+++ b/app/views/groups/members.html.haml
@@ -9,7 +9,7 @@
Only group owners can manage group members
.span6
.ui-box
- %h5.title
+ .title
%strong #{@group.name}
Group Members
%small