Skip to content

Commit f685ff3

Browse files
Update edit.html.erb
Change mirriors that to new.html.erb
1 parent c9edc2d commit f685ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/contributors/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<%= form_for @contributor, url: plan_contributor_path(@plan, @contributor),
1919
html: { method: :put } do |f| %>
2020
<%= render partial: "contributors/form",
21-
locals: { form: f, plan: @plan, contributor: @contributor, orgs: @orgs, org_partial: @org_partial } %>
21+
locals: { form: f, plan: @plan, contributor: @contributor, orgs: @all_orgs, org_partial: @org_partial } %>
2222
<% end %>
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)