Skip to content

Commit

Permalink
Merge pull request #3703 from mzazrivec/timeprofile_make_timezone_sel…
Browse files Browse the repository at this point in the history
…ection_dropup

Time profile form: make timezone select drop up (instead of drop down)
  • Loading branch information
martinpovolny committed Apr 6, 2018
2 parents 5c398b1 + 17e34bd commit 5261e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/configuration/_timeprofile_form.html.haml
Expand Up @@ -181,7 +181,7 @@
.form-group
%label.col-md-2.control-label
= _('Timezone')
.col-md-8
.col-md-8.dropup
= select_tag('profile_tz',
options_for_select([["<#{_('Determine at Run Time')}>", nil]] + ViewHelper::ALL_TIMEZONES),
"ng-model" => "vm.timeProfileModel.profile_tz",
Expand Down

0 comments on commit 5261e6e

Please sign in to comment.