From b8d492724c0c4376822c973c1f3760a1b86b80fa Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Fri, 14 Feb 2020 09:35:34 +0400 Subject: [PATCH] image --- src/main/java/ru/ulstu/index/controller/IndexView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ru/ulstu/index/controller/IndexView.java b/src/main/java/ru/ulstu/index/controller/IndexView.java index c87daf6..504081d 100644 --- a/src/main/java/ru/ulstu/index/controller/IndexView.java +++ b/src/main/java/ru/ulstu/index/controller/IndexView.java @@ -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
getSections() {