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