Checkpoint commit
[tech-radar-editor.git] / web / templates / radar_data_point / form.html.eex
index e1f22ba..211a7fb 100644 (file)
@@ -1,3 +1,4 @@
+
 <%= form_for @changeset, @action, fn f -> %>
   <%= if @changeset.action do %>
     <div class="alert alert-danger">
@@ -14,7 +15,6 @@
   <div class="form-group">
     <%= label f, :cycle, class: "control-label" %>
     <%= select f, :cycle,  Enum.with_index(TechRadarEditor.RadarDataPoint.cycles,1), class: "form-control" %>
-    <!-- <%= select f, :cycle, ["Adapt": 1, "Trial": 2, "Assess": 3, "Hold": 4], class: "form-control" %> -->
     <%= error_tag f, :cycle %>
   </div>