Removed duplicate date_string method
This commit is contained in:
parent
390e68b1ac
commit
5b3b054d0b
7 changed files with 6 additions and 42 deletions
|
|
@ -27,7 +27,7 @@
|
|||
= "#{@conference.venue.city} / #{@conference.venue.country_name}"
|
||||
- if @conference.start_date && @conference.end_date
|
||||
%br
|
||||
= date_string(@conference.start_date, @conference.end_date)
|
||||
= @conference.date_range_string
|
||||
|
||||
- unless @conference.description.blank?
|
||||
%section#about
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue