gitcoinco/code_fund_ads

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

Summary

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