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>2014-05-29 19:43:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:43:21 +0400
commit38ff5d1ab9d9eb5d09bbc8498410b770445b698e (patch)
tree75702af7d725741715011a85c9093b9ac2114ce9 /app/views/admin/projects/show.html.haml
parent6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (diff)
Replace ui-box title with panel-heading
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/projects/show.html.haml')
-rw-r--r--app/views/admin/projects/show.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index b4c01bb9bf3..3fe188a57ea 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -7,7 +7,7 @@
.row
.col-md-6
.panel.panel-default
- .title
+ .panel-heading
Project info:
%ul.well-list
%li
@@ -76,7 +76,7 @@
= visibility_level_label(@project.visibility_level)
.panel.panel-default
- .title
+ .panel-heading
Transfer project
.body
= form_for @project, url: transfer_admin_project_path(@project), method: :put, html: { class: 'form-horizontal' } do |f|
@@ -93,7 +93,7 @@
.col-md-6
- if @group
.panel.panel-default
- .title
+ .panel-heading
%strong #{@group.name}
group members (#{@group.users_groups.count})
.pull-right
@@ -104,7 +104,7 @@
= render 'users_groups/users_group', member: member, show_controls: false
.panel.panel-default
- .title
+ .panel-heading
Project members
%small
(#{@project.users.count})