mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
CSS table fixes (#13692)
* CSS table fixes Override the right fomantic selectors. Fixes: https://github.com/go-gitea/gitea/issues/13690 * use flexbox
This commit is contained in:
parent
24330f71b6
commit
00ec651270
3 changed files with 17 additions and 22 deletions
|
@ -2,14 +2,16 @@
|
|||
<div class="repository wiki pages">
|
||||
{{template "repo/header" .}}
|
||||
<div class="ui container">
|
||||
<div class="ui header">
|
||||
{{.i18n.Tr "repo.wiki.pages"}}
|
||||
{{if and .CanWriteWiki (not .IsRepositoryMirror)}}
|
||||
<div class="ui right">
|
||||
<a class="ui green small button" href="{{.RepoLink}}/wiki/_new">{{.i18n.Tr "repo.wiki.new_page_button"}}</a>
|
||||
<h2 class="ui header df ac sb">
|
||||
<div>
|
||||
{{.i18n.Tr "repo.wiki.pages"}}
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
<div>
|
||||
{{if and .CanWriteWiki (not .IsRepositoryMirror)}}
|
||||
<a class="ui green small button" href="{{.RepoLink}}/wiki/_new">{{.i18n.Tr "repo.wiki.new_page_button"}}</a>
|
||||
{{end}}
|
||||
</div>
|
||||
</h2>
|
||||
<table class="ui table">
|
||||
<tbody>
|
||||
{{range .Pages}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue