dependency update
This commit is contained in:
@@ -7,4 +7,4 @@ App.TimeHelper = Ember.Helper.helper (params, options)->
|
||||
else
|
||||
format_string = ''
|
||||
tag = if options.bare then iso else $("<span data-time=\"#{iso}\" #{format_string}></span>").text(moment(iso).format(options.format || 'dd D MMM hh:mm')).get(0).outerHTML
|
||||
new Handlebars.SafeString tag
|
||||
tag.htmlSafe()
|
||||
|
||||
Reference in New Issue
Block a user