Sha256: 0aed896d8b77c11531d062a0aa4c99654d389373d04ecc279b6d8605f5cf374d

Contents?: true

Size: 231 Bytes

Versions: 25

Compression:

Stored size: 231 Bytes

Contents

<%= f.label a, class: "form-control-label #{required?(f.object, a) ? 'required' : ''}" %>
<%= render 'slash_admin/shared/tooltip', a: a %>
<%= f.number_field a, class: 'form-control', step: '1', required: required?(f.object, a) %>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
slash_admin-1.2.2 app/views/slash_admin/fields/_integer.html.erb
slash_admin-1.2.1 app/views/slash_admin/fields/_integer.html.erb
slash_admin-1.2.0 app/views/slash_admin/fields/_integer.html.erb
slash_admin-1.1.0 app/views/slash_admin/fields/_integer.html.erb
slash_admin-1.0.6 app/views/slash_admin/fields/_integer.html.erb