Sha256: aed29e5a3ae65da4f3fc74436cfd3f48930b309ed8ee73e53b7edc92b11ad513

Contents?: true

Size: 318 Bytes

Versions: 6

Compression:

Stored size: 318 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
slash_admin-1.3.1 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.3.0 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.2.2 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.2.1 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.2.0 app/views/slash_admin/custom_fields/_timezone.html.erb
slash_admin-1.1.0 app/views/slash_admin/custom_fields/_timezone.html.erb