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