Compare commits
No commits in common. "a8912f8d8c2e3f74ad7a7b899904af34b79074ee" and "48c614a9cad1c4e1b9bdd07fca2841ab3f841e7d" have entirely different histories.
a8912f8d8c
...
48c614a9ca
@ -1,7 +0,0 @@
|
||||
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,7 +52,6 @@
|
||||
<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