Sha256: a3bb9b1322347f18c8985fbc47585cc7acb36e7c4b723cb14a802846ab34c817
Contents?: true
Size: 864 Bytes
Versions: 1
Compression:
Stored size: 864 Bytes
Contents
<!-- Form - Property - Features --> <%= form_with(model: property_feature, local: true) do |phc_pro_property_feature| %> <!-- PHCNotifi Render Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @property_feature %> <!-- PHCNotifi Render Validation --> <!-- Form Input Fields --> <div class="form-group"> <%= phc_pro_property_feature.label :property_feature_name, "Feature Name" %> <%= phc_pro_property_feature.text_field :property_feature_name, placeholder: "Feature Name", class: "form-control" %> </div> <!-- Form Input Fields --> <!-- Form Submition Button --> <div class="actions"> <%= phc_pro_property_feature.submit class: "btn btn-primary" %> </div> <!-- For Submition Button --> <% end %> <!-- Form - Property - Features -->
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_real_estate-5.2.0 | app/views/phcdevworks_real_estate/property/features/_form.html.erb |