Get rid of the splashpage banner photo and "descriptions"
This commit is contained in:
parent
60ba81ab46
commit
30e8ab856c
23 changed files with 1235 additions and 184 deletions
|
|
@ -4,11 +4,6 @@
|
|||
.row
|
||||
.col-md-8
|
||||
%dl.dl-horizontal
|
||||
%dt
|
||||
Ticket:
|
||||
%dd
|
||||
- unless @splashpage.ticket_description.blank?
|
||||
= markdown(@splashpage.ticket_description)
|
||||
%dt
|
||||
Include Tickets:
|
||||
%dd
|
||||
|
|
@ -16,11 +11,6 @@
|
|||
Yes
|
||||
- else
|
||||
No
|
||||
%dt
|
||||
Sponsor:
|
||||
%dd
|
||||
- unless @splashpage.sponsor_description.blank?
|
||||
= markdown(@splashpage.sponsor_description)
|
||||
%dt
|
||||
Include Sponsors:
|
||||
%dd
|
||||
|
|
@ -28,11 +18,6 @@
|
|||
Yes
|
||||
- else
|
||||
No
|
||||
%dt
|
||||
Registration:
|
||||
%dd
|
||||
- unless @splashpage.registration_description.blank?
|
||||
= markdown(@splashpage.registration_description)
|
||||
%dt
|
||||
Include Registrations:
|
||||
%dd
|
||||
|
|
@ -40,11 +25,6 @@
|
|||
Yes
|
||||
- else
|
||||
No
|
||||
%dt
|
||||
Lodging:
|
||||
%dd
|
||||
- unless @splashpage.lodging_description.blank?
|
||||
= markdown(@splashpage.lodging_description)
|
||||
%dt
|
||||
Include Tracks:
|
||||
%dd
|
||||
|
|
@ -74,34 +54,6 @@
|
|||
- else
|
||||
No
|
||||
|
||||
.row.row-flex.row-flex-wrap
|
||||
.col-md-4
|
||||
.thumbnail.flex-col
|
||||
%h3.text-center
|
||||
Conference Banner
|
||||
- if @splashpage.banner_photo?
|
||||
= image_tag(@splashpage.banner_photo(:large), class: 'img-responsive')
|
||||
.caption.flex-grow
|
||||
.caption
|
||||
%p
|
||||
%dl.dl-horizontal
|
||||
%dt
|
||||
Filename
|
||||
%dd
|
||||
= @splashpage.banner_photo_file_name
|
||||
%dt Description
|
||||
%dd
|
||||
- unless @splashpage.banner_description.blank?
|
||||
= markdown(@splashpage.banner_description)
|
||||
%dt Included
|
||||
%dd
|
||||
- if @splashpage.include_banner
|
||||
Yes
|
||||
- else
|
||||
No
|
||||
- else
|
||||
%h4.text-center
|
||||
Not set!
|
||||
%br
|
||||
- if can? :update, @splashpage
|
||||
= link_to 'Edit', edit_admin_conference_splashpage_path, class: 'btn btn-primary'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue