We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe22864 commit 03759e9Copy full SHA for 03759e9
1 file changed
app/views/events/_form.html.erb
@@ -42,7 +42,7 @@
42
43
<!-- Field: Timezone -->
44
<%= f.input :timezone, as: :time_zone, field_lock: true, priority: priority_time_zones,
45
- input_html: { title: t('events.hints.timezone') } %>
+ input_html: { class: 'js-select2', title: t('events.hints.timezone') } %>
46
47
<!-- Field: Duration -->
48
<%= f.input :duration, as: :string, input_html: { title: t('events.hints.duration') } %>
0 commit comments