Skip to content

Commit

Permalink
Adding a user to a workspace
Browse files Browse the repository at this point in the history
Не отображалась возможность добавления пользователя к воркспейсу
  • Loading branch information
suhoi committed Dec 26, 2023
1 parent 919eea3 commit c09d57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/workspace/wks-users.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<p th:text="|#{text.number-of-typos(${wksName}, ${sumTypoInWks})}|"></p>
</div>
<!-- Adding a user to a workspace -->
<div class="row my-3" th:unless="${nonLinkedAccounts.isEmpty()}">
<div class="row my-3">
<p th:text="#{text.add-user-to-wks}"></p>
<form method="POST" th:action="@{'/workspace/' + ${wksId} + '/users'}">
<div class="form-group">
Expand Down

0 comments on commit c09d57e

Please sign in to comment.