93f68e04fddfdb1e0fea8e2880c988913c90d920
[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) %>