Compare commits
No commits in common. "main" and "v1.4.0" have entirely different histories.
6 changed files with 0 additions and 21 deletions
|
@ -99,10 +99,6 @@ func GetAttendiesByEventPublicTable(c *fiber.Ctx) error {
|
||||||
MessageID: "AfterParty",
|
MessageID: "AfterParty",
|
||||||
PluralCount: 1,
|
PluralCount: 1,
|
||||||
}),
|
}),
|
||||||
"Event": localizer.MustLocalize(&i18n.LocalizeConfig{
|
|
||||||
MessageID: "Event",
|
|
||||||
PluralCount: 1,
|
|
||||||
}),
|
|
||||||
}
|
}
|
||||||
return c.Render("app/views/index", fiber.Map{
|
return c.Render("app/views/index", fiber.Map{
|
||||||
"EventName": *(event).Name,
|
"EventName": *(event).Name,
|
||||||
|
|
|
@ -42,12 +42,3 @@ tbody>tr:nth-child(odd) {
|
||||||
.tdred {
|
.tdred {
|
||||||
background-color: #ff6e6e;
|
background-color: #ff6e6e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tableWrapper {
|
|
||||||
overflow-x: auto;
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.tableWrapper table {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
|
@ -1,7 +1,6 @@
|
||||||
{{ define "regularstable" }}
|
{{ define "regularstable" }}
|
||||||
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
|
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
|
||||||
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
|
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
|
||||||
<div class="tableWrapper">
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="tableHeading">
|
<tr class="tableHeading">
|
||||||
|
@ -47,5 +46,4 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
{{end}}
|
{{end}}
|
|
@ -1,7 +1,6 @@
|
||||||
{{ define "specialEvent" }}
|
{{ define "specialEvent" }}
|
||||||
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
|
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
|
||||||
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
|
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
|
||||||
<div class="tableWrapper">
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="tableHeading">
|
<tr class="tableHeading">
|
||||||
|
@ -30,5 +29,4 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
{{end}}
|
{{end}}
|
|
@ -1,7 +1,6 @@
|
||||||
{{define "specialEventRoles"}}
|
{{define "specialEventRoles"}}
|
||||||
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
|
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
|
||||||
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
|
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
|
||||||
<div class="tableWrapper">
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="tableHeading">
|
<tr class="tableHeading">
|
||||||
|
@ -64,6 +63,5 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
|
@ -1,7 +1,6 @@
|
||||||
{{define "suitwalk"}}
|
{{define "suitwalk"}}
|
||||||
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
|
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
|
||||||
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
|
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
|
||||||
<div class="tableWrapper">
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="tableHeading">
|
<tr class="tableHeading">
|
||||||
|
@ -81,6 +80,5 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{end}}
|
{{end}}
|
Loading…
Reference in a new issue