You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
289 B
15 lines
289 B
%p#notice= notice
|
|
|
|
%p
|
|
%b User:
|
|
= @workshop_facilitator.user_id
|
|
%p
|
|
%b Workshop:
|
|
= @workshop_facilitator.workshop_id
|
|
%p
|
|
%b Role:
|
|
= @workshop_facilitator.role
|
|
|
|
= link_to 'Edit', edit_workshop_facilitator_path(@workshop_facilitator)
|
|
\|
|
|
= link_to 'Back', workshop_facilitators_path
|
|
|