Skip to content

Commit

Permalink
Fix ties_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Oct 25, 2010
1 parent 5ad1d5d commit e094825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/ties_helper.rb
Expand Up @@ -9,7 +9,7 @@ def suggestion_link(subject, relations)
raise "Relation not provided for #{ subject.class.to_s.underscore }" if relation.blank?

if relation=='follower'
link_to t("tie.suggestion.#{ relation }."),
link_to t("tie.suggestion.#{ relation }.new"),
new_tie_path("tie[sender_id]" => current_user.actor.id,
"tie[receiver_id]" => subject.actor.id,
"tie[relation_name]" => relation),
Expand Down

0 comments on commit e094825

Please sign in to comment.