You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zettat123 30c1cd9775
Add tags list for repos whose release setting is disabled (#23465)
Close #23427 

Co-Author: @wxiaoguang 

If a repo's release setting is enabled, the logic has't changed.
Clicking the "Tags" button will jump to `/{user}/{repo}/tags` and
`templates/repo/release/list.tmpl` template will be used.

<img
src="https://user-images.githubusercontent.com/15528715/224939362-bd8974fd-08b0-4f79-a114-3389d15847ca.png"
width="600px" />

If the release setting is disabled, clicking the "Tags" button will
still jump to `/{user}/{repo}/tags` but a new template
`templates/repo/tag/list.tmpl` will be used.

<img
src="https://user-images.githubusercontent.com/15528715/233834564-74741e49-f4e9-47c8-ac12-e306642798dc.png"
width="600px" />

Since both templates above need to render the tags list, I moved the
tags list to a shared template located in
`templates/repo/tag/table.tmpl`.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
chroma Add --font-weight-bold and set previous bold to 601 (#24307) 1 year ago
code Fix some broken css (#23560) 1 year ago
codemirror Replace Less with CSS (#23481) 1 year ago
console Replace Less with CSS (#23481) 1 year ago
features Add --font-weight-bold and set previous bold to 601 (#24307) 1 year ago
markup Add --font-weight-bold and set previous bold to 601 (#24307) 1 year ago
modules Improve some modal action buttons (#24289) 1 year ago
shared Add --font-weight-bold and set previous bold to 601 (#24307) 1 year ago
standalone Replace Less with CSS (#23481) 1 year ago
themes CSS color tweaks (#23828) 1 year ago
admin.css Add --font-weight-bold and set previous bold to 601 (#24307) 1 year ago
animations.css Replace Less with CSS (#23481) 1 year ago
base.css Make SVG in dropdown menu have the same margin-right as IMG (#24316) 1 year ago
dashboard.css Vertical widths of containers removed (#24184) 1 year ago
editor-markdown.css Set EasyMDE heading font-size to the same size as the resulting markdown (#24151) 1 year ago
editor.css Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 1 year ago
explore.css Fix long name ui issues and label ui issue (#23541) 1 year ago
font_i18n.css Replace Less with CSS (#23481) 1 year ago
form.css Replace tribute with text-expander-element for textarea (#23985) 1 year ago
helpers.css Add --font-weight-bold and set previous bold to 601 (#24307) 1 year ago
home.css Fix footer display (#24251) 1 year ago
index.css Add tags list for repos whose release setting is disabled (#23465) 1 year ago
install.css Add --font-weight-bold and set previous bold to 601 (#24307) 1 year ago
organization.css Use secondary pointing menu for tabs on user/organization home page (#24162) 1 year ago
package.css Replace Less with CSS (#23481) 1 year ago
repository-release-tag.css Add tags list for repos whose release setting is disabled (#23465) 1 year ago
repository.css Add tags list for repos whose release setting is disabled (#23465) 1 year ago
review.css Expand/Collapse all changed files (#23639) 1 year ago
runner.css Replace Less with CSS (#23481) 1 year ago
svg.css Replace Less with CSS (#23481) 1 year ago
tribute.css Replace Less with CSS (#23481) 1 year ago
user.css Add --font-weight-bold and set previous bold to 601 (#24307) 1 year ago