diff --git a/src/main/java/me/minidigger/hangar/controller/ChannelsController.java b/src/main/java/me/minidigger/hangar/controller/ChannelsController.java index 50face0b6..11a27c207 100644 --- a/src/main/java/me/minidigger/hangar/controller/ChannelsController.java +++ b/src/main/java/me/minidigger/hangar/controller/ChannelsController.java @@ -5,11 +5,6 @@ import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestParam; -import org.springframework.web.servlet.ModelAndView; - -import me.minidigger.hangar.controller.HangarController; @Controller public class ChannelsController extends HangarController { diff --git a/src/main/resources/templates/projects/admin/notes.ftlh b/src/main/resources/templates/projects/admin/notes.ftlh index 70d513e32..c532c4771 100644 --- a/src/main/resources/templates/projects/admin/notes.ftlh +++ b/src/main/resources/templates/projects/admin/notes.ftlh @@ -41,9 +41,6 @@
- <#assign OffsetDateTime=@helper["java.time.OffsetDateTime"]> - <#assign Instant=@helper["java.time.Instant"]> - <#assign ZoneOffset=@helper["java.time.ZoneOffset"]> <#list notes as note> diff --git a/src/main/resources/templates/users/projects.ftlh b/src/main/resources/templates/users/projects.ftlh index fa38230cc..d87b391a7 100644 --- a/src/main/resources/templates/users/projects.ftlh +++ b/src/main/resources/templates/users/projects.ftlh @@ -71,7 +71,7 @@ <#if u.orgas?size == 0> <#else> - <#list u.orgas as organization, role> <#-- , user, role --> + <#list u.orgas as organization, role>
${note.toDateTime().format("yyyy-MM-dd HH:mm:ss")}
<@spring.messageArgs code="user.noOrganizations" args=[u.user.name] />
<#import "*/utils/userAvatar.ftlh" as userAvatar>