Add missing files. Add API for client apps.
[wsti_pai.git] / Projects / Views / ProjectTasks / Edit.cshtml
index 7940148ceb8fe85d8ca628eff45769a3754e385c..4a934bf609f6d55f4f39dc1af60be72054e26c4a 100644 (file)
         <hr />
         @Html.ValidationSummary(true, "", new { @class = "text-danger" })
         @Html.HiddenFor(model => model.id)
+        <div class="form-group">
+            <label class="control-label col-sm-2" for="createdAt">Wpis utworzony:</label>
+            <div class="col-sm-10">
+                <p class="form-control-static">@Html.DisplayFor(model => model.created_at)</p>
+                @Html.EditorFor(model => model.created_at, new { htmlAttributes = new { @class = "form-control", @type = "hidden" } })
+            </div>
+        </div>
+        <div class="form-group">
+            <label class="control-label col-sm-2" for="updatedAt">Ostatnio modyfikowany:</label>
+            <div class="col-sm-10">
+                <input type="text" class="form-control" id="updatedAt" placeholder="@Html.DisplayFor(model => model.updated_at)" readonly>
+            </div>
+        </div>
 
         <div class="form-group">
             @Html.LabelFor(model => model.project_id, "project_id", htmlAttributes: new { @class = "control-label col-md-2" })
             </div>
         </div>
 
-        <div class="form-group">
-            @Html.LabelFor(model => model.created_at, htmlAttributes: new { @class = "control-label col-md-2" })
-            <div class="col-md-10">
-                @Html.EditorFor(model => model.created_at, new { htmlAttributes = new { @class = "form-control" } })
-                @Html.ValidationMessageFor(model => model.created_at, "", new { @class = "text-danger" })
-            </div>
-        </div>
-
-        <div class="form-group">
-            @Html.LabelFor(model => model.updated_at, htmlAttributes: new { @class = "control-label col-md-2" })
-            <div class="col-md-10">
-                @Html.EditorFor(model => model.updated_at, new { htmlAttributes = new { @class = "form-control" } })
-                @Html.ValidationMessageFor(model => model.updated_at, "", new { @class = "text-danger" })
-            </div>
-        </div>
-
         <div class="form-group">
             @Html.LabelFor(model => model.task_status_id, "task_status_id", htmlAttributes: new { @class = "control-label col-md-2" })
             <div class="col-md-10">