summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorAlexander Randa <randa.alex@active.by>2011-11-17 01:19:00 +0300
committerAlexander Randa <randa.alex@active.by>2011-11-17 01:19:00 +0300
commitc3eac16fe97d33f3296e2c8ce870855345df446d (patch)
treee3f192bfa0d4ca74fa80e935c25dbb131ea05810 /app/views/admin
parent4dee4bdb57c483bffa8d11025dface563d24869c (diff)
downloadgitlab-ce-c3eac16fe97d33f3296e2c8ce870855345df446d.tar.gz
update notice and show-info view
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/projects/show.html.haml2
-rw-r--r--app/views/admin/team_members/show.html.haml4
-rw-r--r--app/views/admin/users/show.html.haml2
3 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 fc2e63241ae..2266eb804cf 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -1,6 +1,6 @@
%p#notice= notice
-.span-8.colborder
+#infoblock
%h2= @admin_project.name
%p
diff --git a/app/views/admin/team_members/show.html.haml b/app/views/admin/team_members/show.html.haml
index 29d1160ce5f..dd42dee7a26 100644
--- a/app/views/admin/team_members/show.html.haml
+++ b/app/views/admin/team_members/show.html.haml
@@ -1,6 +1,6 @@
%p#notice= notice
-.span-10
+#infoblock
%p
%b Name:
= @admin_team_member.user_name
@@ -11,7 +11,7 @@
%b Since:
= @admin_team_member.updated_at
-.span-10
+#infoblock
.span-6
%b Access:
.span-8
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml
index 5bc5bf9ab83..dc7e21d05be 100644
--- a/app/views/admin/users/show.html.haml
+++ b/app/views/admin/users/show.html.haml
@@ -1,6 +1,6 @@
%p#notice= notice
-.span-8.colborder
+#infoblock
%p
%b Name:
= @admin_user.name