gitcoinco/code_fund_ads

View on GitHub
app/views/properties/new.html.erb

Summary

Maintainability
Test Coverage
<%= render(PageComponent.new(subject: @property)) do |component| %>
  <%= component.with(:header) { render(Page::HeaderComponent.new(title: "Add Property", subtitle: "Fill out the form below")) } %>
  <%= component.with(:body) { render("/properties/form", property: @property) } %>
<% end %>