diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index f37812329..34ae5960c 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -34,7 +34,6 @@ class GroupsController < ApplicationController def edit @groups = current_user.groups - @group = Group.find_by_id params[:id] end def update diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index b9a4d0afe..3b69a93fa 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -2,9 +2,6 @@ = 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'} = "Editing Groups" @@ -30,5 +27,3 @@ = link_to 'Update Groups', '#', :class => 'button', :id => "move_friends_link" #content_bottom - .back - = link_to "⇧ #{@group.name}", @group