2016-07-26 13:24:37 +03:00
|
|
|
<span class="gh-select" data-select-text="{{selectedTimezone.label}}" tabindex="0">
|
2016-09-26 19:39:43 +03:00
|
|
|
{{one-way-select
|
2016-07-26 13:24:37 +03:00
|
|
|
id="activeTimezone"
|
|
|
|
name="general[activeTimezone]"
|
2016-09-26 19:39:43 +03:00
|
|
|
options=selectableTimezones
|
2016-07-26 13:24:37 +03:00
|
|
|
optionValuePath="name"
|
|
|
|
optionLabelPath="label"
|
2016-09-26 19:39:43 +03:00
|
|
|
value=selectedTimezone
|
|
|
|
update=(action "setTimezone")
|
2016-07-26 13:24:37 +03:00
|
|
|
}}
|
2017-04-14 19:22:14 +03:00
|
|
|
{{inline-svg "arrow-down-small"}}
|
2016-07-26 13:24:37 +03:00
|
|
|
</span>
|
|
|
|
{{#if hasTimezoneOverride}}
|
|
|
|
<p>Your timezone has been automatically set to {{activeTimezone}}.</p>
|
|
|
|
{{/if}}
|
|
|
|
<p>The local time here is currently {{localTime}}</p>
|