Sha256: be72033a857decb612fbe050f3bad66a444e8532afe871a0b78925c76e114d1b

Contents?: true

Size: 538 Bytes

Versions: 5

Compression:

Stored size: 538 Bytes

Contents

<%# HEADING %>

<h5><%= field_setting.name.capitalize %></h5>

<% unless field_setting.description.blank? %>
	<small class="text-muted"><%= field_setting.description %></small>
<% end %>


<%# INPUT %>

<%= ff.input :date, start_year: Date.today.year - 200, end_year: Date.today.year + 200 %>
<%= ff.input :field_setting_id, as: :hidden, input_html: { value: field_setting.id } %>
<%= ff.input :id, as: :hidden, input_html: { value: ff.object.id } %>
<%= ff.input :fieldable_id, as: :hidden %>
<%= ff.input :fieldable_type, as: :hidden %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
binda-0.0.7 app/views/binda/fieldable/_form_item_date.html.erb
binda-0.0.6 app/views/binda/components/_form_item_date.html.erb
binda-0.0.5 app/views/binda/components/_form_item_date.html.erb
binda-0.0.3 app/views/binda/components/_form_item_date.html.erb
binda-0.0.2 app/views/binda/components/_form_item_date.html.erb