summaryrefslogtreecommitdiff
path: root/app/views/team_members
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-09-03 21:53:16 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-09-03 21:53:16 +0300
commit8ca0b75d05b457e4335a6734582ba703404cc9c6 (patch)
tree82e14eb2bd8164e006b36e4552e8daebc11d5079 /app/views/team_members
parentc7cfe3d83bfbad2a074cacb5a4ed8a24244f8f26 (diff)
downloadgitlab-ce-8ca0b75d05b457e4335a6734582ba703404cc9c6.tar.gz
Tables refactored
Diffstat (limited to 'app/views/team_members')
-rw-r--r--app/views/team_members/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/team_members/show.html.haml b/app/views/team_members/show.html.haml
index 6cb357cddfc..89662309ba3 100644
--- a/app/views/team_members/show.html.haml
+++ b/app/views/team_members/show.html.haml
@@ -19,7 +19,7 @@
%br
.row
.span6
- %table.no-borders
+ %table.lite
%tr
%td Email
%td= mail_to user.email
@@ -39,7 +39,7 @@
%td Bio
%td= user.bio
.span6
- %table.no-borders
+ %table.lite
%tr
%td Member since
%td= @team_member.created_at.stamp("Aug 21, 2011")