Remove some leftovers

This commit is contained in:
KennyTV 2020-08-05 10:16:20 +02:00
parent 0ae98abe7f
commit be55b26968
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
3 changed files with 1 additions and 9 deletions

View File

@ -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 {

View File

@ -41,9 +41,6 @@
<div class="col-md-12">
<table class="table table-condensed setting-no-border table-notes-log">
<tbody>
<#assign OffsetDateTime=@helper["java.time.OffsetDateTime"]>
<#assign Instant=@helper["java.time.Instant"]>
<#assign ZoneOffset=@helper["java.time.ZoneOffset"]>
<#list notes as note>
<tr>
<td class="note-fixed-with">${note.toDateTime().format("yyyy-MM-dd HH:mm:ss")}</td>

View File

@ -71,7 +71,7 @@
<#if u.orgas?size == 0>
<tr><td><i class="minor"><i class="fas fa-star"></i> <@spring.messageArgs code="user.noOrganizations" args=[u.user.name] /></i></td></tr>
<#else>
<#list u.orgas as organization, role> <#-- , user, role -->
<#list u.orgas as organization, role>
<tr>
<td>
<#import "*/utils/userAvatar.ftlh" as userAvatar>