Refactor admin/call_for_booth controller
This commit is contained in:
parent
6a8b9f8d2d
commit
a5ce1239f2
17 changed files with 182 additions and 18 deletions
24
app/views/admin/booths/show.html.haml
Normal file
24
app/views/admin/booths/show.html.haml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue