Merge branch 'master' into SCSS_deprecation_warning
This commit is contained in:
commit
5aad4f476f
5 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-6
|
||||||
- if @conference.venue.location?
|
- if @conference.venue.location?
|
||||||
= render '/conferences/venue_map'
|
= render '/conferences/venue_map', venue: @conference.venue
|
||||||
-else
|
-else
|
||||||
- if @venue.commercial.nil?
|
- if @venue.commercial.nil?
|
||||||
.row
|
.row
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
= image_tag(@booth.picture.thumb.url, size: '20%', alt: '')
|
= image_tag(@booth.picture.thumb.url, size: '20%', alt: '')
|
||||||
= @booth.title
|
= @booth.title
|
||||||
.btn-group.pull-right
|
.btn-group.pull-right
|
||||||
= link_to 'Edit', edit_admin_conference_booth_path(@conference.short_title, @booth), class: 'btn btn-mini btn-primary'
|
= link_to 'Edit', edit_conference_booth_path(@conference.short_title, @booth), class: 'btn btn-mini btn-primary'
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,5 @@
|
||||||
left!
|
left!
|
||||||
%p.cta-button
|
%p.cta-button
|
||||||
= link_to "Submit your proposal now",
|
= link_to "Submit your proposal now",
|
||||||
conference_program_proposals_path(conference_id),
|
new_conference_program_proposal_path(conference_id),
|
||||||
class: 'btn btn-success btn-lg text-center'
|
class: 'btn btn-success btn-lg text-center'
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,5 @@
|
||||||
left!
|
left!
|
||||||
%p.cta-button
|
%p.cta-button
|
||||||
= link_to("Submit your request for track",
|
= link_to("Submit your request for track",
|
||||||
conference_program_tracks_path(conference_id),
|
new_conference_program_track_path(conference_id),
|
||||||
class: 'btn btn-success btn-lg text-center')
|
class: 'btn btn-success btn-lg text-center')
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ SECRET_KEY_BASE=changemechangemechangeme"
|
||||||
OSEM_EMAIL_ADDRESS="osem@mailhog"
|
OSEM_EMAIL_ADDRESS="osem@mailhog"
|
||||||
OSEM_SMTP_AUTHENTICATION="login"
|
OSEM_SMTP_AUTHENTICATION="login"
|
||||||
OSEM_SMTP_ADDRESS="mailhog"
|
OSEM_SMTP_ADDRESS="mailhog"
|
||||||
OSEM_SMTP_PORT="1025"
|
OSEM_SMTP_PORT=1025
|
||||||
OSEM_SMTP_USERNAME="mailhog"
|
OSEM_SMTP_USERNAME="mailhog"
|
||||||
OSEM_SMTP_PASSWORD="mailhog"
|
OSEM_SMTP_PASSWORD="mailhog"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue