|
@@ -36,6 +36,8 @@
|
36
|
36
|
= e.location
|
37
|
37
|
%td
|
38
|
38
|
= render partial: "activities/presence_buttons", locals: {activity: e, person: current_person, state: p.attending}
|
|
39
|
+ .panel-footer.text-center.sv-nomargins
|
|
40
|
+ = will_paginate @need_response, param_name: 'nrpage', renderer: WillPaginate::ActionView::Bootstrap4LinkRenderer, class: 'pagination-sm pagination'
|
39
|
41
|
.row
|
40
|
42
|
.col-md-6
|
41
|
43
|
.panel.panel-default
|
|
@@ -86,3 +88,5 @@
|
86
|
88
|
= render partial: "activities/presence_buttons", locals: {activity: e, person: current_person, state: p.attending}
|
87
|
89
|
%td
|
88
|
90
|
= editable p, :notes, url: presence_group_activity_path(e.group, e, person_id: current_person.id), title: t('activities.participant.notes'), value: p.notes, emptytext: t('activities.participant.add_notes')
|
|
91
|
+ .panel-footer.text-center.sv-nomargins
|
|
92
|
+ = will_paginate(@upcoming, param_name: 'upage', renderer: WillPaginate::ActionView::Bootstrap4LinkRenderer, class: 'pagination-sm pagination')
|