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.
30 lines
392 B
30 lines
392 B
%p#notice= notice
|
|
|
|
%p
|
|
%b Title:
|
|
= @event.title
|
|
%p
|
|
%b Slug:
|
|
= @event.slug
|
|
%p
|
|
%b Event type:
|
|
= @event.event_type_id
|
|
%p
|
|
%b Conference:
|
|
= @event.conference
|
|
%p
|
|
%b Info:
|
|
= @event.info
|
|
%p
|
|
%b Location:
|
|
= @event.location
|
|
%p
|
|
%b Start time:
|
|
= @event.start_time
|
|
%p
|
|
%b End time:
|
|
= @event.end_time
|
|
|
|
= link_to 'Edit', edit_event_path(@event)
|
|
\|
|
|
= link_to 'Back', events_path
|
|
|