modules and payments management, bug fixes

This commit is contained in:
Ivan
2024-01-21 01:09:36 +03:00
parent 983a579dc8
commit fdd2308437
13 changed files with 1853 additions and 52 deletions

View File

@@ -163,9 +163,15 @@
</button>
<div id="dropdownContent-{{this.id}}" class="dropdown-content">
<a href="/project/{{this.name}}">Обзор</a>
{{#if ../IsAdmin}}
{{else}}
<a href="/project/{{this.name}}/progress">Прогресс</a>
{{/if}}
<a href="/project/{{this.name}}/documents">Документы</a>
<a href="/project/{{this.name}}/payments">Оплата</a>
{{#if ../IsAdmin}}
<a href="/project/{{this.name}}/settings">Настройки</a>
{{/if}}
</div>
</div>