Skip to content

Commit

Permalink
Merge pull request '[BUG] Fix admin layout' (#3087) from gusted/forge…
Browse files Browse the repository at this point in the history
…jo-admin-layout into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3087
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
  • Loading branch information
Earl Warren committed Apr 6, 2024
2 parents 5f05196 + c2d0f64 commit e70e93c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/admin/layout_head.tmpl
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{{template "base/head" .ctxData}}
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
<div class="ui container">
{{template "base/alert" .ctxData}}
</div>
<div class="ui container fluid padded flex-container">
<div class="ui container flex-container">
{{template "admin/navbar" .ctxData}}
<div class="flex-container-main">
{{template "base/alert" .ctxData}}
{{/* block: admin-setting-content */}}

{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
Expand Down

0 comments on commit e70e93c

Please sign in to comment.