cirandas.net

ref: master

app/views/tasks/_add_friend_accept_details.html.erb


<%=(_('Classify your new friend:') +
text_field_with_local_autocomplete("tasks[#{task.id}][task][group_for_friend]",
   task.target.suggested_friend_groups,
     {:id => "field-group-for-friend-#{task.id}", :maxlength => 150})).html_safe
%>

<%=_('Suggestions: %s') % task.target.suggested_friend_groups.join(', ') %>