% phc_title "Admin - Property Listing Features" %> <% phc_title_tagline "Listing Features" %> <% phc_breadcrumb_one link_to "Property" %> <% phc_breadcrumb_two link_to "Features" %> <% phc_breadcrumb_three yield(:phc_title_tagline) %>
Feature Name | |
---|---|
<%= link_to property_feature.property_feature_name, property_feature %> |
<%= link_to "Feature Details", property_feature, class: "btn btn-primary btn-xs" %>
<%= link_to "Update Feature", edit_property_feature_path(property_feature), class: "btn btn-primary btn-xs" %>
<%= link_to "Remove Feature", property_feature, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: "Are you sure?" } %>
|