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