%= form_tag({}) do -%> <%= hidden_field_tag 'back_url', url_for(params) %> <%= hidden_field_tag 'project_id', @project.id if @project %>
<%= check_box_tag "ids[]", person.id, false %> | <%= avatar(person, :size => "32", :height => 32, :width => 32) %> |
<%= link_to person.name, person_path(person) %>
<%= mail_to person.mail %>
|
<%= h person.job_title %>
<% if person.department %>
<%= " #{l(:label_people_at_department)} " %>
<%= person.department %>
<% end %>
|
<%= pagination_links_full @people_pages, @people_count %>