Merge pull request #662 from thelounge/astorije/consolidate-helpers
Consolidate locale time helpers
This commit is contained in:
commit
2cbe0caf40
@ -1,7 +0,0 @@
|
||||
Handlebars.registerHelper(
|
||||
"localeDate", function(date) {
|
||||
date = new Date(date);
|
||||
|
||||
return date.toLocaleString();
|
||||
}
|
||||
);
|
@ -1,3 +1,3 @@
|
||||
Topic set by
|
||||
<span role="button" class="user {{colorClass nick}}" data-name="{{nick}}">{{mode}}{{nick}}</span>
|
||||
on {{localeDate when}}
|
||||
on {{localetime when}}
|
||||
|
Loading…
Reference in New Issue
Block a user