User usability and visibility upgrades
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
= order.display
|
||||
span.currency= currency order.total
|
||||
span.created_at= time order.created_at
|
||||
span.created_at= time order.created_at format="H:mm"
|
||||
|
||||
@@ -20,4 +20,5 @@
|
||||
@Qstorage = localStorage
|
||||
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
|
||||
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);
|
||||
|
||||
setLocale()
|
||||
|
||||
Reference in New Issue
Block a user