Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
quickfix in add_friend_dropdown
  • Loading branch information
danielgrippi committed Oct 28, 2010
1 parent a0d83e2 commit d02c36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_add_friend_dropdown.html.haml
Expand Up @@ -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}"

0 comments on commit d02c36b

Please sign in to comment.