From 7b36ae70098612bcb2497a9e4f48e262d372232a Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 27 Aug 2010 12:28:39 -0700 Subject: [PATCH] Move back link out of big_text --- app/views/groups/edit.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index b7a9da65d..2f87b23f1 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -2,10 +2,10 @@ = javascript_include_tag 'jquery-ui-1.8.4.custom.min.js' = javascript_include_tag 'group-edit.js' +.back + = link_to "⇧ #{@group.name}", @group %h1{:class => 'big_text', :id => 'group_title'} - .back - = link_to "⇧ #{@group.name}", @group = "Editing Groups" %ul#group_list