1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/fields/colour_field/_form.html.erb
2016-04-20 12:13:17 +01:00

7 lines
188 B
Plaintext

<div class="field-unit__label">
<%= f.label field.attribute %>
</div>
<div class="field-unit__field">
<%= f.color_field field.attribute, style: 'height: 2.35em; width: 5em;' %>
</div>