Removed conference_date_string_helper, moved date_string to application_controller
Deleted home_helper.rb
This commit is contained in:
parent
85e9fdc643
commit
c68c6394bc
6 changed files with 34 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue