modules and payments management, bug fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user