philomena/lib/philomena_web/templates/image/new.html.eex

6 lines
179 B
Elixir
Raw Normal View History

2019-08-18 18:17:05 +02:00
<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>