Sha256: 16afed3c922d6f310a24b3deaf67dae045941241142807db154547ec8705d560

Contents?: true

Size: 842 Bytes

Versions: 12

Compression:

Stored size: 842 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

12 entries across 12 versions & 1 rubygems

Version Path
phcdevworks_real_estate-5.1.1 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-5.1.0 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-5.0.5 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-5.0.4 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-5.0.3 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-5.0.2 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-5.0.1 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-5.0.0 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-4.3.0 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-4.2.0 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-4.1.0 app/views/phcdevworks_real_estate/property/features/_form.html.erb
phcdevworks_real_estate-4.0.0 app/views/phcdevworks_real_estate/property/features/_form.html.erb