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