Create MVC for Booths

This commit is contained in:
nasia 2017-05-17 13:31:27 +03:00
parent e68738c154
commit da6b5b8141
9 changed files with 205 additions and 1 deletions

View file

@ -0,0 +1,24 @@
%p#notice= notice
%p
%b Title:
= @booth.title
%p
%b Conference:
= @booth.conference_id
%p
%b Description:
= @booth.description
%p
%b State:
= @booth.state
%p
%b Reasoning:
= @booth.reasoning
%p
%b Logo link:
= @booth.logo_link
= link_to 'Edit', edit_booth_path(@booth)
\|
= link_to 'Back', booths_path