mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
Remove some leftovers
This commit is contained in:
parent
0ae98abe7f
commit
be55b26968
@ -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 {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user