Sha256: ea3becf8120e45e321f33d5fa84cb8d066e20e62b3c2c8ed310ca67806cb0604
Contents?: true
Size: 824 Bytes
Versions: 18
Compression:
Stored size: 824 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 :feature_name, "Feature Name" %> <%= phc_pro_property_feature.text_field :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
18 entries across 18 versions & 1 rubygems