<% 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) %>

<%= yield(:phc_title) %>

<% @property_features.each do |property_feature| %> <% end %>
Feature Name
<%= link_to property_feature.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?" } %>
<%= link_to phcdevworks_real_estate.new_property_feature_path, class: "btn btn-primary" do %> <%= "Add a New Feature" %> <% end %>