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:42:44 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:42:44 +0400
commit6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (patch)
tree2b1d5ba6e1e6d14ae73956ea7ff26b5d0a9d8301 /app/views/admin/projects/show.html.haml
parente6beb6090320d6756369934c5151e36429c5d5f1 (diff)
Replace ui-box with panel.panel-default
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 11f07743ace..b4c01bb9bf3 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -6,7 +6,7 @@
%hr
.row
.col-md-6
- .ui-box
+ .panel.panel-default
.title
Project info:
%ul.well-list
@@ -75,7 +75,7 @@
= visibility_level_icon(@project.visibility_level)
= visibility_level_label(@project.visibility_level)
- .ui-box
+ .panel.panel-default
.title
Transfer project
.body
@@ -92,7 +92,7 @@
.col-md-6
- if @group
- .ui-box
+ .panel.panel-default
.title
%strong #{@group.name}
group members (#{@group.users_groups.count})
@@ -103,7 +103,7 @@
- @group.users_groups.order('group_access DESC').each do |member|
= render 'users_groups/users_group', member: member, show_controls: false
- .ui-box
+ .panel.panel-default
.title
Project members
%small