diff --git a/app/views/activities/_new.html.erb b/app/views/activities/_new.html.erb index 042ec677..78f990f2 100644 --- a/app/views/activities/_new.html.erb +++ b/app/views/activities/_new.html.erb @@ -20,7 +20,7 @@ - <%= f.select :_activity_tie_id, current_user.active_ties_to(receiver).map{ |t| [ t(t.relation_name, :count => :other), t.id ] } %> + <%= f.select :_activity_tie_id, current_user.active_ties_to(receiver).map{ |t| [ t(t.relation_name, :count => :other), t.id ] }%> <%= image_submit_tag "btn/btn_share.png" %>