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.
gitea/templates/repo
wxiaoguang d80f99ef04
Fix issue sidebar (#32455)
Fix #32453

Major changes:

* revert the `<div class="divider"></div>` in
`templates/repo/issue/branch_selector_field.tmpl` (it was removed by
mistake in ##32444)
* remove incorrect `<div class="inline field">` in
`templates/repo/issue/sidebar/allow_maintainer_edit.tmpl`
* use `gt-ellipsis` to replace the "title" class in the dependency list,
then `.repository .issue-content-right .ui.list .title` could be removed
* remove the "relaxed" from dependency list, then there is no padding,
then `.repository .issue-content-right .ui.list .dependency` could be
removed (`white-space` doesn't have effect either because there is
`gt-ellipsis`)
* remove dead code `.repository .issue-content-right #deadlineForm input
`

The fixed UI should be the same as before.
3 months ago
..
actions Refactor DateUtils and merge TimeSince (#32409) 3 months ago
branch Refactor template ctx and render utils (#32422) 3 months ago
cite Fix Citation modal responsiveness and clipboard copy (#29799) 11 months ago
code Refactor DateUtils and merge TimeSince (#32409) 3 months ago
diff Support quote selected comments to reply (#32431) 3 months ago
editor Code editor theme enhancements (#31629) 7 months ago
find Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
graph Fix milestone deadline and date related problems (#32339) 3 months ago
issue Fix issue sidebar (#32455) 3 months ago
migrate Fix javascript error when an anonymous user visiting migration page (#32144) 4 months ago
projects Migrate margin and padding helpers to tailwind (#30043) 11 months ago
pulls Refactor issue page info (#32445) 3 months ago
release Refactor DateUtils and merge TimeSince (#32409) 3 months ago
settings Refactor template ctx and render utils (#32422) 3 months ago
tag Refactor DateUtils and merge TimeSince (#32409) 3 months ago
wiki Refactor DateUtils and merge TimeSince (#32409) 3 months ago
activity.tmpl Implement recent commits graph (#29210) 12 months ago
blame.tmpl Fix the link for .git-blame-ignore-revs bypass (#31432) 8 months ago
branch_dropdown.tmpl Fix some UI problems (dropdown/container) (#30849) 9 months ago
clone_buttons.tmpl Improve repo button row layout (#30668) 9 months ago
clone_script.tmpl Fix URL calculation in clone input box (#29470) 12 months ago
code_frequency.tmpl Refactor web routes (#30519) 10 months ago
commit_load_branches_and_tags.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
commit_page.tmpl Refactor template ctx and render utils (#32422) 3 months ago
commit_status.tmpl Restore warning commit status (#27504) 1 year ago
commit_statuses.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago
commits.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
commits_list.tmpl Refactor template ctx and render utils (#32422) 3 months ago
commits_list_small.tmpl Refactor template ctx and render utils (#32422) 3 months ago
commits_search_dropdown.tmpl Unify search boxes (#29530) 11 months ago
commits_table.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
contributors.tmpl Fix Activity Page Contributors dropdown (#31264) 8 months ago
create.tmpl Fix "force private" logic (#31012) 9 months ago
create_helper.tmpl Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
empty.tmpl Refactor DateUtils and merge TimeSince (#32409) 3 months ago
file_info.tmpl Improve detecting empty files (#31332) 8 months ago
forks.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
graph.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
header.tmpl Refactor template ctx and render utils (#32422) 3 months ago
home.tmpl Refactor DateUtils and merge TimeSince (#32409) 3 months ago
icon.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago
latest_commit.tmpl Refactor template ctx and render utils (#32422) 3 months ago
navbar.tmpl Implement recent commits graph (#29210) 12 months ago
packages.tmpl Fix inconsistent user profile layout across tabs (#25625) 2 years ago
pulse.tmpl Refactor template ctx and render utils (#32422) 3 months ago
recent_commits.tmpl Refactor web routes (#30519) 10 months ago
release_tag_header.tmpl Refactor web routes (#30519) 10 months ago
search.tmpl Unify search boxes (#29530) 11 months ago
search_name.tmpl Clean template/helper.go (#23922) 2 years ago
shabox_badge.tmpl Always use HTML attributes for avatar size (#31509) 7 months ago
star_unstar.tmpl code optimization (#31315) 8 months ago
sub_menu.tmpl Support repo license (#24872) 4 months ago
unicode_escape_prompt.tmpl Replace some `gt-` classes with `tw-` (#29570) 11 months ago
upload.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
user_cards.tmpl Refactor DateUtils and merge TimeSince (#32409) 3 months ago
view_file.tmpl Refactor DateUtils and merge TimeSince (#32409) 3 months ago
view_list.tmpl Refactor template ctx and render utils (#32422) 3 months ago
watch_unwatch.tmpl Tweak repo buttons on mobile and labeled button border-radius (#30503) 10 months ago
watchers.tmpl Fix user-cards format (#24428) 2 years ago