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

Scott Seago sseago at redhat.com
Thu Aug 30 19:28:39 UTC 2012


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




More information about the aeolus-devel mailing list