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

Scott Seago sseago at redhat.com
Wed Aug 22 15:25:26 UTC 2012


On 08/22/2012 11:20 AM, Scott Seago wrote:
> ---
>   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'
I just pushed this minor change to master -- the group list was not 
lining up correctly -- now it is.

Scott




More information about the aeolus-devel mailing list