From 1092c7b8d185ae50526bf706b2b33bc547ea5386 Mon Sep 17 00:00:00 2001 From: Daniel Vincent Grippi Date: Sat, 11 Sep 2010 07:53:45 -0700 Subject: [PATCH] moved manage to be its own tab on right --- app/views/shared/_group_nav.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_group_nav.haml b/app/views/shared/_group_nav.haml index 0b8345b5f..dbf531eb0 100644 --- a/app/views/shared/_group_nav.haml +++ b/app/views/shared/_group_nav.haml @@ -7,11 +7,12 @@ %li.new_group= link_to("+", "#add_group_pane", :id => "add_group_button", :title => "Add a new relation") #group_manage_button - = link_to "manage", edit_group_path(Group.first), :class => "edit_group_button", :title => "Manage your relations" %ul{ :style => "position:absolute;right:0;bottom:0;"} - %li{:class => ("selected" if @group == :all), :style => "margin-right:0;"} + %li{:class => ("selected" if @group == :all)} = link_to "All Relations", root_url + %li{ :style => "margin-right:0;" } + = link_to "manage", edit_group_path(Group.first), :class => "edit_group_button", :title => "Manage your relations" .yo{ :style => "display:none;"} #add_group_pane