merge-requests/119/head
Anton Romanov 4 years ago
parent c36876f7e7
commit b8d492724c

@ -16,9 +16,9 @@ public class IndexView {
@PostConstruct
public void init() {
sections.add(new Section("Статьи", "papers.jpg"));
sections.add(new Section("Конференции", "conf.jpg"));
sections.add(new Section("Гранты", "grants.jpg"));
sections.add(new Section("Проекты", "projects.jpg"));
sections.add(new Section("Проекты", "projects.jpg"));
}
public List<Section> getSections() {

Loading…
Cancel
Save