Sha256: 9fe7db011b2e3a1e418768eff62c3ef2e0ab8b1187b345ad8a71de84ffc43651
Contents?: true
Size: 517 Bytes
Versions: 1
Compression:
Stored size: 517 Bytes
Contents
<div class="form-group frm-inpts"> <%= f.text_field :title, class: "form-control", name: "title", placeholder: "Enter Title" %> </div> <div class="form-group frm-inpts-2"> <%= f.text_area :description, class: "form-control", rows: "5", cols: "10", style: "resize:none;", name: 'description', placeholder: "Enter Description..." %> </div> <div class="form-group frm-inpts"> <%= f.text_field :created_by, class: "form-control", name: "created_by", placeholder: "Enter Create By" %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
form_creation-0.2.0 | app/views/form_creation/posts/_form.html.erb |