mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-04 08:37:59 +01:00
8 lines
242 B
Text
8 lines
242 B
Text
|
<h1>
|
||
|
New Commission Listing
|
||
|
</h1>
|
||
|
<p>
|
||
|
<%= link("Back to index", to: ~p"/commissions") %>
|
||
|
</p>
|
||
|
<%= render(PhilomenaWeb.Profile.CommissionView, "_form.html", changeset: @changeset, action: ~p"/profiles/#{@user}/commission", conn: @conn) %>
|