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
361 B
15 lines
361 B
%p#notice= notice
|
|
|
|
%p
|
|
%b Workshop:
|
|
= @workshop_requested_resource.workshop_id
|
|
%p
|
|
%b Workshop resource:
|
|
= @workshop_requested_resource.workshop_resource_id
|
|
%p
|
|
%b Status:
|
|
= @workshop_requested_resource.status
|
|
|
|
= link_to 'Edit', edit_workshop_requested_resource_path(@workshop_requested_resource)
|
|
\|
|
|
= link_to 'Back', workshop_requested_resources_path
|
|
|