Introduce Booths and Call for Booths to OSEM
This commit is contained in:
parent
4d895ae3bc
commit
3172cfcbb2
22 changed files with 443 additions and 1 deletions
15
app/views/call_for_booths/show.html.haml
Normal file
15
app/views/call_for_booths/show.html.haml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
%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
|
||||
Loading…
Add table
Add a link
Reference in a new issue