mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" class (#2674)
This commit is contained in:
@@ -46,7 +46,7 @@ func (m *Module) SettingsPanelHandler(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
page := apiutil.WebPage{
|
page := apiutil.WebPage{
|
||||||
Template: "frontend.tmpl",
|
Template: "settings.tmpl",
|
||||||
Instance: instance,
|
Instance: instance,
|
||||||
Stylesheets: []string{
|
Stylesheets: []string{
|
||||||
cssFA,
|
cssFA,
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
*/ -}}
|
*/ -}}
|
||||||
|
|
||||||
{{- with . }}
|
{{- with . }}
|
||||||
<main class="lightgray">
|
<main class="settings">
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
</main>
|
</main>
|
||||||
{{- end }}
|
{{- end }}
|
Reference in New Issue
Block a user