mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +00:00
15c035775a
* Add main aria landmark to templates * Adjust some titles to improve understanding of location in navigation Contributed by @Forgejo
9 lines
286 B
Handlebars
9 lines
286 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content user settings packages admin">
|
|
{{template "user/settings/navbar" .}}
|
|
<div class="ui container">
|
|
{{template "package/shared/cleanup_rules/preview" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|