Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[tech-radar-editor.git] / web / templates / radar_data_point / edit.html.eex
1 <h2>Edit radar data point</h2>
2
3 <%= render "form.html", changeset: @changeset,
4 action: radar_data_point_path(@conn, :update, @radar_data_point) %>
5
6 <%= link "Back", to: radar_data_point_path(@conn, :index) %>