0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-18 19:39:33 +01:00
gitea/templates
wxiaoguang 2d7e6e9482
Fix various trivial problems (#32861)
1. add/improve comments to help future readers could understand the
problem more easily.
2. add an error log to LDAP with username fallback
3. use `or` instead of `Iif` for "repo/branch_dropdown" (`Iif` was a
mistake, but it doesn't really affect the UI)
4. add `tw-font-mono` style to container digest to match dockerhub
5. fix a bug in RepoBranchTagSelector: the form is not updated when
there is no click to an item

---------

Co-authored-by: delvh <dev.lh@web.de>
2024-12-17 01:15:18 +00:00
..
admin Remove all "floated" CSS styles (#32691) 2024-12-03 03:54:33 +08:00
api/packages/pypi
base Refactor language menu and dom utils (#32450) 2024-11-08 14:04:24 +08:00
custom
devtest Refactor RepoActionView.vue, add ::group:: support (#32713) 2024-12-06 12:04:16 +08:00
explore Refactor template ctx and render utils (#32422) 2024-11-05 14:04:26 +08:00
mail
org Fix overflow on org header (#32837) 2024-12-14 06:50:12 +00:00
package Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
projects Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
repo Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
shared Fix bug of branch/tag selector in the issue sidebar (#32744) 2024-12-13 00:45:06 +00:00
status Remove urls from translations (#31950) 2024-09-02 18:36:24 +00:00
swagger Implement update branch API (#32433) 2024-12-12 05:02:35 +00:00
user Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
webhook
home.tmpl Remove urls from translations (#31950) 2024-09-02 18:36:24 +00:00
install.tmpl Supplement and Improvement for #32558 (#32585) 2024-11-21 02:42:37 +00:00
post-install.tmpl