#91 -- Add markup page menu item #94
@ -33,13 +33,13 @@
|
|||||||
<a class="nav-link" href="/statistic" th:text="#{messages.menu.statistic}">Link</a>
|
<a class="nav-link" href="/statistic" th:text="#{messages.menu.statistic}">Link</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/time-series-markup" th:text="Разметка данных">Link</a>
|
<a class="nav-link" href="/time-series-markup">Разметка данных</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/listRules" th:text="Правила">Link</a>
|
<a class="nav-link" href="/listRules">Правила</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/assessments" th:text="Рекомендации">Link</a>
|
<a class="nav-link" href="/assessments">Рекомендации</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr th:each="repo: ${repositories}">
|
<tr th:each="repo: ${repositories}">
|
||||||
<td><a th:href="@{${@route.LIST_REPOSITORY_BRANCHES} + '?repositoryId=' + ${repo.id}}"
|
<td><a th:href="@{${@route.LIST_REPOSITORY_BRANCHES} + '?repositoryId=' + ${repo.id}}"
|
||||||
th:text="${repo.url}"></a></td>
|
th:text="${repo.name}" th:title="${repo.url}"></a></td>
|
||||||
<td>
|
<td>
|
||||||
<a role="button" class="btn btn-danger" th:href="@{'deleteRepository?id=' + ${repo.id}}"
|
<a role="button" class="btn btn-danger" th:href="@{'deleteRepository?id=' + ${repo.id}}"
|
||||||
onclick="return confirm('Удалить репозиторий?')">
|
onclick="return confirm('Удалить репозиторий?')">
|
||||||
|
Loading…
Reference in New Issue
Block a user