From a41875d21e9c87f15754c1d23db3a6fb80b7bdcd Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 13 Jul 2013 20:36:21 +0300 Subject: Replace %h5.title with div.title --- app/views/profiles/groups/index.html.haml | 2 +- app/views/profiles/keys/index.html.haml | 2 +- app/views/profiles/keys/show.html.haml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/profiles') 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 -- cgit v1.2.1