change location
This commit is contained in:
parent
246860d44e
commit
f29cee245d
2 changed files with 4 additions and 5 deletions
|
|
@ -28,9 +28,6 @@
|
||||||
= link_to(conference_schedule_path(@conference.short_title), class: 'btn btn-default btn-lg') do
|
= link_to(conference_schedule_path(@conference.short_title), class: 'btn btn-default btn-lg') do
|
||||||
Full Schedule
|
Full Schedule
|
||||||
|
|
||||||
|
|
||||||
%h3.text-center
|
|
||||||
Join us!
|
|
||||||
%br
|
%br
|
||||||
- if @conference.program.events.highlights.any?
|
- if @conference.program.events.highlights.any?
|
||||||
.row
|
.row
|
||||||
|
|
|
||||||
|
|
@ -23,11 +23,13 @@
|
||||||
= markdown(@conference.venue.description)
|
= markdown(@conference.venue.description)
|
||||||
.col-md-6
|
.col-md-6
|
||||||
%h2
|
%h2
|
||||||
= "#{@conference.venue.city} / #{@conference.venue.country_name}"
|
= "#{@conference.venue.name}"
|
||||||
|
%h3
|
||||||
|
= "#{@conference.venue.city}"
|
||||||
%address
|
%address
|
||||||
= @conference.venue.street
|
= @conference.venue.street
|
||||||
%br
|
%br
|
||||||
= "#{@conference.venue.postalcode}, #{@conference.venue.city}"
|
= "#{@conference.venue.city}, CA #{@conference.venue.postalcode}"
|
||||||
%br
|
%br
|
||||||
= @conference.venue.country_name
|
= @conference.venue.country_name
|
||||||
- if @conference.venue.website
|
- if @conference.venue.website
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue