Update partials and views
This commit is contained in:
parent
3c5703cdc6
commit
5bb297ab84
8 changed files with 71 additions and 0 deletions
|
|
@ -62,6 +62,8 @@
|
|||
%b Logo
|
||||
%th
|
||||
%b Title
|
||||
%th
|
||||
%b Type
|
||||
%th
|
||||
%b Submitter
|
||||
%th
|
||||
|
|
@ -79,6 +81,8 @@
|
|||
= image_tag(booth.picture.thumb.url, width: '20%')
|
||||
%td
|
||||
= link_to booth.title, admin_conference_booth_path(@conference.short_title, booth)
|
||||
%td
|
||||
= booth_type_dropdown(booth, @booth_types, @conference.short_title)
|
||||
%td
|
||||
= link_to booth.submitter.name, admin_user_path(booth.submitter) if booth.submitter
|
||||
%td
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue