[PATCH conductor] bug 839474: extraneous group name text in edit form

Jason Guiditta jguiditt at redhat.com
Wed Sep 5 20:11:53 UTC 2012


On 30/08/12 15:28 -0400, Scott Seago wrote:
>https://bugzilla.redhat.com/show_bug.cgi?id=839474
>
>Remove extra group name h2 text from haml.
>---
> src/app/views/user_groups/edit.html.haml | 1 -
> 1 file changed, 1 deletion(-)
>
>diff --git a/src/app/views/user_groups/edit.html.haml b/src/app/views/user_groups/edit.html.haml
>index 62d4be9..f51bb04 100644
>--- a/src/app/views/user_groups/edit.html.haml
>+++ b/src/app/views/user_groups/edit.html.haml
>@@ -9,6 +9,5 @@
> %section.content-section.user_groups
>   .content
>     .align-center
>-    %h2.user_groups= @user_group.name
>     = form_for @user_group, :url => user_group_path(@user_group), :html => {:class => 'generic horizontal'} do |f|
>       = render :partial => "form", :locals => { :form => f }
>-- 
>1.7.11.4
>
ACK/pushed

-j



More information about the aeolus-devel mailing list