remove sillier text
This commit is contained in:
parent
cf2d80c4e2
commit
a820896b51
2 changed files with 1 additions and 7 deletions
|
|
@ -3,12 +3,6 @@
|
|||
.col-md-12
|
||||
%h2.text-center
|
||||
Program
|
||||
%p.lead.text-center
|
||||
%span.notranslate
|
||||
= @conference.short_title
|
||||
has the most awesome program ever!
|
||||
- if @conference.splashpage and @conference.program.tracks.any? and @conference.splashpage.include_tracks
|
||||
See rock-star speakers cover the topics of
|
||||
- if @conference.splashpage and @conference.splashpage.include_tracks
|
||||
- @conference.program.tracks.confirmed.each_slice(3) do |slice|
|
||||
.row.row-centered
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
= @conference.title
|
||||
%p.lead
|
||||
- if @conference.venue
|
||||
= "#{@conference.venue.city} / #{@conference.venue.country_name}"
|
||||
= "#{@conference.venue.name} / #{@conference.venue.city}"
|
||||
- if @conference.start_date && @conference.end_date
|
||||
%br
|
||||
= date_string(@conference.start_date, @conference.end_date)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue