osem-fcy/app/views/admin/call_for_booths/show.html.haml

16 lines
273 B
Text
Raw Normal View History

2017-06-06 21:36:18 +03:00
%p#notice= notice
%p
%b Start date:
= @call_for_booth.start_date
%p
%b End date:
= @call_for_booth.end_date
%p
%b Booth limit:
= @call_for_booth.booth_limit
= link_to 'Edit', edit_call_for_booth_path(@call_for_booth)
\|
= link_to 'Back', call_for_booths_path