<%= p.person.full_name %> | <%= p.is_organizer %> | <%= editable p, :notes, url: presence_group_activity_path(@activity.group, @activity, person_id: p.person_id), title: "Notes", value: p.notes %> | <%= render partial: "activities/presence_buttons", locals: {activity: @activity, person: p.person, state: p.attending} %> <% end %> |