Skip to content

Commit

Permalink
securities
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocarrera committed Nov 11, 2010
1 parent e2c49ac commit a584462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/activities/_new.html.erb
Expand Up @@ -20,7 +20,7 @@
<option>Cancer</option>
<option>Leo Leo</option>
</select>
<%= 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 ] }%>
</div>
<%= image_submit_tag "btn/btn_share.png" %>
</div>
Expand Down

0 comments on commit a584462

Please sign in to comment.