summaryrefslogtreecommitdiff
path: root/app/views/profiles
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/profiles
parente97abfce3b9e4e836aaf9d9ac32a45c6490f8831 (diff)
downloadgitlab-ce-a41875d21e9c87f15754c1d23db3a6fb80b7bdcd.tar.gz
Replace %h5.title with div.title
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/groups/index.html.haml2
-rw-r--r--app/views/profiles/keys/index.html.haml2
-rw-r--r--app/views/profiles/keys/show.html.haml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/profiles/groups/index.html.haml b/app/views/profiles/groups/index.html.haml
index 892f42124aa..01f73a24f94 100644
--- a/app/views/profiles/groups/index.html.haml
+++ b/app/views/profiles/groups/index.html.haml
@@ -1,5 +1,5 @@
.ui-box
- %h5.title
+ .title
%strong Groups
(#{@groups.count})
- if current_user.can_create_group?
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml
index caa83d65e95..03413764be4 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -7,7 +7,7 @@
.ui-box
- %h5.title
+ .title
SSH Keys (#{@keys.count})
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-small btn-primary"
diff --git a/app/views/profiles/keys/show.html.haml b/app/views/profiles/keys/show.html.haml
index 735e9d1f936..b736ab17087 100644
--- a/app/views/profiles/keys/show.html.haml
+++ b/app/views/profiles/keys/show.html.haml
@@ -1,7 +1,7 @@
.row
.span4
.ui-box
- %h5.title
+ .title
SSH Key
%ul.well-list
%li