Compare commits
2 Commits
48c614a9ca
...
a8912f8d8c
Author | SHA1 | Date | |
---|---|---|---|
a8912f8d8c | |||
54647813ab |
@ -0,0 +1,7 @@
|
||||
package ru.ulstu.report.repository;
|
||||
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import ru.ulstu.report.model.ReportPeriod;
|
||||
|
||||
public interface ReportPeriodRepository extends JpaRepository<ReportPeriod, Integer> {
|
||||
}
|
@ -52,6 +52,7 @@
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown"
|
||||
aria-haspopup="true" aria-expanded="false">Аспирантура</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item" href="/admin/reportPeriodList">Список периодов отчетности</a>
|
||||
<a class="dropdown-item" href="/listAspirantReports">Список отчетов</a>
|
||||
</div>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user