Sha256: 28c393d273a257157f3985e61630d089ce5f01b4e66caa14396ad37bfcfee22d
Contents?: true
Size: 657 Bytes
Versions: 2
Compression:
Stored size: 657 Bytes
Contents
<!-- PHCRealListings(Pro) 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 --> <div class="form-group"> <%= phc_pro_property_feature.label :feature_name %> <%= phc_pro_property_feature.text_field :feature_name, class: "form-control" %> </div> <div class="actions"> <%= phc_pro_property_feature.submit class: "btn btn-primary" %> </div> <% end %> <!-- PHCRealListings(Pro) Form - Property Features -->
Version data entries
2 entries across 2 versions & 1 rubygems