Sha256: 22054b7a81f5e7e45384eafcc057812fedc12203920c0ed0c3c24e8754cc2364
Contents?: true
Size: 578 Bytes
Versions: 39
Compression:
Stored size: 578 Bytes
Contents
<%# # String Form Partial This partial renders an input element for a string attribute. By default, the input is a text field. ## Local variables: - `f`: A Rails form generator, used to help create the appropriate input fields. - `field`: An instance of [Administrate::Field::String][1]. A wrapper around the String pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/String %> <div class="field-unit__label"> <%= f.label field.attribute %> </div> <div class="field-unit__field"> <%= f.text_field field.attribute %> </div>
Version data entries
39 entries across 39 versions & 3 rubygems