Sha256: cb841ada18113f8f5f63183609c091e7d047a266d898ad5f98b7704e36215720

Contents?: true

Size: 241 Bytes

Versions: 7

Compression:

Stored size: 241 Bytes

Contents

<%= f.label a, class: "form-control-label #{required?(f.object, a) ? 'required' : ''}" %>
<%= f.text_field a, class: "form-control bootstrap-material-#{@model_class.type_for_attribute(a.to_s).type.to_s}", required: required?(f.object, a) %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slash_admin-1.0.5 app/views/slash_admin/fields/_date.html.erb
slash_admin-1.0.4 app/views/slash_admin/fields/_date.html.erb
slash_admin-1.0.3 app/views/slash_admin/fields/_date.html.erb
slash_admin-1.0.2 app/views/slash_admin/fields/_date.html.erb
slash_admin-1.0.1 app/views/slash_admin/fields/_date.html.erb
slash_admin-1.0 app/views/slash_admin/fields/_date.html.erb
slash_admin-0.1.0 app/views/slash_admin/fields/_date.html.erb