Skip to content

Commit

Permalink
whois: фикс отступов
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Aug 17, 2024
1 parent 3b7c6ce commit 5c15db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/whois.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<jsp:include page="header.jsp"/>

<c:if test="${viewByOwner}">
<div style="margin-bottom: 1em">
<nav>
<a href="/people/${user.nick}/edit" class="btn btn-default">Редактировать профиль</a>
<a href="/people/${user.nick}/settings" class="btn btn-default">Настройки</a>

Expand All @@ -121,7 +121,7 @@
<lor:csrf/>
<button type="submit" class="btn btn-danger">Выйти со всех устройств</button>
</form>
</div>
</nav>
</c:if>

<c:if test="${not viewByOwner}">
Expand Down

0 comments on commit 5c15db0

Please sign in to comment.