Sha256: 41bef9836dc1751529806858565f9534147921cd977f959b02d91d7d59781728

Contents?: true

Size: 258 Bytes

Versions: 6

Compression:

Stored size: 258 Bytes

Contents

<%= f.label a.keys.first, class: "form-control-label #{required?(f.object, a) ? 'required' : ''}" %>
<%= f.select(a.keys.first, ActiveSupport::TimeZone::MAPPING.values, { include_blank: true, required: required?(f.object, a) }, class: 'selectize-single') %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
slash_admin-1.0.5 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.0.4 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.0.3 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.0.2 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.0.1 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.0 app/views/slash_admin/custom_fields/_timezone.html.erb