checkpoint: create/delete working now / existing tests passing / need moar tests
[tech-radar-editor.git] / web / templates / radar_data_point / new.html.eex
1
2 <h2>New radar data point</h2>
3
4 <%= render "form.html", changeset: @changeset,
5 action: radar_data_point_path(@conn, :create) %>
6
7 <%= link "Back", to: radar_data_point_path(@conn, :index) %>