[PATCH conductor] minor haml tweak to fix styling for group list on profile page.

Scott Seago sseago at redhat.com
Wed Aug 22 15:20:24 UTC 2012


---
 src/app/views/users/show.html.haml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/app/views/users/show.html.haml b/src/app/views/users/show.html.haml
index a89581d..ae9a330 100644
--- a/src/app/views/users/show.html.haml
+++ b/src/app/views/users/show.html.haml
@@ -47,10 +47,11 @@
 %section.content-section.groups
   %header
     %h2.groups=t'users.groups'
-= filter_table(@groups_header, @user_groups) do |user_group|
-  %tr{:class => cycle('nostripe','stripe')}
-    %td= link_to user_group.name, user_group_path(user_group)
-    %td= t("user_groups.#{user_group.membership_source.downcase}")
+  .content
+    = filter_table(@groups_header, @user_groups) do |user_group|
+      %tr{:class => cycle('nostripe','stripe')}
+        %td= link_to user_group.name, user_group_path(user_group)
+        %td= t("user_groups.#{user_group.membership_source.downcase}")
 %section.content-section.permissions
   %header
     %h2.permissions=t'permissions.index.permissions'
-- 
1.7.6.5




More information about the aeolus-devel mailing list