From d02c36b53a66fb5b5616606692b6157b09a39b4a Mon Sep 17 00:00:00 2001 From: danielvincent Date: Thu, 28 Oct 2010 11:30:45 -0700 Subject: [PATCH] quickfix in add_friend_dropdown --- app/views/shared/_add_friend_dropdown.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_add_friend_dropdown.html.haml b/app/views/shared/_add_friend_dropdown.html.haml index 6ca34e534c0..062f534b8f3 100644 --- a/app/views/shared/_add_friend_dropdown.html.haml +++ b/app/views/shared/_add_friend_dropdown.html.haml @@ -2,6 +2,6 @@ = form_tag '/aspects/add_to_aspect', :id => 'add_to_aspect' do = select_tag :friend_id, options_from_collection_for_select(friends, "id", "real_name"), :include_blank => true = hidden_field_tag :aspect_id, aspect.id - - if defined?(manage) + - if defined?(manage) && manage = hidden_field_tag :manage, true = submit_tag "add to #{aspect.name}"