Removed conference_date_string_helper, moved date_string to application_controller

Deleted home_helper.rb
This commit is contained in:
Gopesh Tulsyan 2014-07-10 21:29:07 +05:30
parent 85e9fdc643
commit c68c6394bc
6 changed files with 34 additions and 40 deletions

View file

@ -11,7 +11,7 @@
- if @conference.start_date && @conference.end_date
.row
%h3
= conference_date_string(@conference)
= date_string(@conference.start_date, @conference.end_date)
- unless @conference.description.blank?
.row-fluid