X-Git-Url: https://pwan.org/git/?p=tech-radar-editor.git;a=blobdiff_plain;f=web%2Ftemplates%2Fradar%2Findex.html.eex;h=59da3758f5f44ea3e42287a810fd580b6bf87a17;hp=28684e969b18ca752e01003b18b8d3b792f77b06;hb=HEAD;hpb=2a6f9c8445c400330baa2c550d8d6755bd0a542e diff --git a/web/templates/radar/index.html.eex b/web/templates/radar/index.html.eex index 28684e9..59da375 100644 --- a/web/templates/radar/index.html.eex +++ b/web/templates/radar/index.html.eex @@ -1,110 +1,122 @@ -
-
-
- - <%= form_for @changeset, radar_path(@conn, :create), fn f -> %> - - - - - - - - - - - - - - - - - -
QuadrantCycleNameDescription
- <%= select f, :quadrant, Enum.with_index(TechRadarEditor.RadarDataPoint.quadrants,1) %> - - <%= select f, :cycle, Enum.with_index(TechRadarEditor.RadarDataPoint.cycles,1) %> - - <%= text_input f, :name %> - - <%= text_input f, :description %> - - <%= hidden_input f, :is_new, value: "true" %> - <%= submit "Add", class: "btn btn-primary" %> -
- <% end %> -
-
-
+
+
+
+ × +
+ <%= form_for @changeset, radar_path(@conn, :create), fn f -> %> + + + + + + + + + + + + + + + + + +
QuadrantCycleNameDescription
+ <%= select f, :quadrant, Enum.with_index(TechRadarEditor.RadarDataPoint.quadrants,1) %> + + <%= select f, :cycle, Enum.with_index(TechRadarEditor.RadarDataPoint.cycles,1) %> + + <%= text_input f, :name %> + + <%= text_input f, :description %> + + <%= hidden_input f, :is_new, value: "true" %> + <%= submit "Add", class: "btn btn-primary" %> +
+ <% end %> +
+
+
+
+
Admin Radar Data Point