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.
forgejo/templates
wxiaoguang ec261b63e1
Refactor repo commit list (#23690)
### Before

* The check of `if PullRequest.BaseRepo.Name` doesn't make sense,
because the `$commitLink` is always constructed below
* Many `if` blocks make the HTML tags (likely) not match in IDE.
Although the rendered result matches, it's very unfriendly to editors or
code analyzer, and it's difficult to read.


### After

Move the `$commitLink` assignment ahead.

Simplify the code, resolve the above problems.
1 year ago
..
admin Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
api/packages/pypi Add Package Registry (#16510) 2 years ago
base Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit form (#23626) 1 year ago
code Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
explore Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
mail Revert relative links to absolute links in mail templates (#23267) 1 year ago
org Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
package Convert `<div class="button">` to `<button class="button">` (#23337) 1 year ago
projects Fix project card preview select and template select (#23684) 1 year ago
repo Refactor repo commit list (#23690) 1 year ago
shared Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
status Move helpers to be prefixed with `gt-` (#22879) 1 year ago
swagger Editor preview support for external renderers (#23333) 1 year ago
user Remove row clicking from notification table (#22695) 1 year ago
home.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
install.tmpl Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
post-install.tmpl Fix various bugs for "install" page (#23194) 1 year ago