Merge branch '8-' into 'master'

Resolve "Добавить дедлайны"

Closes #8

See merge request romanov73/ng-tracker!8
This commit is contained in:
Anton Romanov 2018-10-25 04:59:51 +00:00
commit ed2554216d
2 changed files with 9 additions and 1 deletions

View File

@ -93,4 +93,4 @@
<script src="/js/core.js"></script> <script src="/js/core.js"></script>
</body> </body>
</html> </html>

View File

@ -2,7 +2,9 @@
<html lang="en" <html lang="en"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorator="default"> layout:decorator="default">
<!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap-datetimepicker.min.css" />-->
<head> <head>
</head> </head>
<body> <body>
@ -45,6 +47,12 @@
<label for="comment">Комментарий:</label> <label for="comment">Комментарий:</label>
<textarea class="form-control" rows="5" id="comment"></textarea> <textarea class="form-control" rows="5" id="comment"></textarea>
</div> </div>
<div class="form-group">
<label>Дедлайн:</label>
<input type="date" class="form-control" name="deadline"/>
</div>
<div class="form-check"> <div class="form-check">
<input type="checkbox" class="form-check-input" id="locked"/> <input type="checkbox" class="form-check-input" id="locked"/>
<label class="form-check-label" for="locked">Заблокирована</label> <label class="form-check-label" for="locked">Заблокирована</label>