mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
6 lines
179 B
Elixir
6 lines
179 B
Elixir
|
<h1>New Image</h1>
|
||
|
|
||
|
<%= render "form.html", Map.put(assigns, :action, Routes.image_path(@conn, :create)) %>
|
||
|
|
||
|
<span><%= link "Back", to: Routes.image_path(@conn, :index) %></span>
|