#23 -- Fix buttons
Some checks failed
CI fuzzy controller / container-test-job (push) Failing after 1m39s
Some checks failed
CI fuzzy controller / container-test-job (push) Failing after 1m39s
This commit is contained in:
parent
2a978bab5f
commit
6c14b5942a
@ -48,7 +48,7 @@
|
||||
onclick="return confirm('Удалить запись?')">
|
||||
Удалить
|
||||
</button>
|
||||
<a th:href="@{'/variable/edit/' + ${projectId}+'/' + ${variableId}}" class="btn btn-outline-dark">Отмена</a>
|
||||
<a th:href="@{'/variable/edit/' + ${projectId}+'/' + ${variableId}}" class="btn btn-outline-dark">Назад</a>
|
||||
</form>
|
||||
</div>
|
||||
</html>
|
||||
|
@ -24,11 +24,11 @@
|
||||
<button name="delete" type="submit" class="btn btn-outline-dark" onclick="return confirm('Удалить запись?')">
|
||||
Удалить
|
||||
</button>
|
||||
<a href="/project/list" class="btn btn-outline-dark">Отмена</a>
|
||||
<a href="/project/list" class="btn btn-outline-dark">Назад</a>
|
||||
</form>
|
||||
|
||||
<hr/>
|
||||
<div class="row">
|
||||
<div class="row" th:if="${project.id != null && project.id != 0}">
|
||||
<div class="col col-md-6">
|
||||
<h4> Список переменных</h4>
|
||||
<div class="form-group">
|
||||
|
@ -46,7 +46,7 @@
|
||||
onclick="return confirm('Удалить запись?')">
|
||||
Удалить
|
||||
</button>
|
||||
<a th:href="@{'/project/edit/' + ${projectId}}" class="btn btn-outline-dark">Отмена</a>
|
||||
<a th:href="@{'/project/edit/' + ${projectId}}" class="btn btn-outline-dark">Назад</a>
|
||||
</div>
|
||||
<script type="text/javascript" src="/js/fuzzyRule.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
@ -29,10 +29,10 @@
|
||||
onclick="return confirm('Удалить запись?')">
|
||||
Удалить
|
||||
</button>
|
||||
<a th:href="@{'/project/edit/' + ${projectId}}" class="btn btn-outline-dark">Отмена</a>
|
||||
<a th:href="@{'/project/edit/' + ${projectId}}" class="btn btn-outline-dark">Назад</a>
|
||||
|
||||
<hr/>
|
||||
<div class="row">
|
||||
<div class="row" th:if="${variableForm.id != null && variableForm.id != 0}">
|
||||
<div class="col col-md-6">
|
||||
<h4> Список термов</h4>
|
||||
<div class="form-group">
|
||||
|
Loading…
x
Reference in New Issue
Block a user