Add timezone information to the date time select labels
This commit is contained in:
parent
51df79f891
commit
62a2a50871
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@
|
|||
.col-sm-10
|
||||
= f.color_field :font, class: "form-control"
|
||||
.form-group
|
||||
= f.label :starts_at, class: 'control-label'
|
||||
= f.label :starts_at, _("Starts at (UTC)"), class: 'control-label'
|
||||
.col-sm-10.datetime-controls
|
||||
= f.datetime_select :starts_at, {}, class: 'form-control form-control-inline'
|
||||
.form-group
|
||||
= f.label :ends_at, class: 'control-label'
|
||||
= f.label :ends_at, _("Ends at (UTC)"), class: 'control-label'
|
||||
.col-sm-10.datetime-controls
|
||||
= f.datetime_select :ends_at, {}, class: 'form-control form-control-inline'
|
||||
.form-actions
|
||||
|
|
Loading…
Reference in a new issue