2024-03-22 19:51:29 +00:00
< h4 class = "ui top attached header commits-table tw-flex tw-items-center tw-justify-between" >
< div class = "commits-table-left tw-flex tw-items-center" >
2020-11-01 20:04:26 +00:00
{{ if or .PageIsCommits ( gt .CommitCount 0 ) }}
2024-03-24 09:09:26 +00:00
{{ ctx .Locale.TrN .CommitCount "repo.n_commit_one" "repo.n_commit_few" ( StringUtils .ToString .CommitCount ) }}
2021-11-17 23:50:17 +00:00
{{ else if .IsNothingToCompare }}
2023-09-25 08:56:50 +00:00
{{ ctx .Locale.Tr "repo.commits.nothing_to_compare" }}
2020-11-01 20:04:26 +00:00
{{ else }}
2023-09-25 08:56:50 +00:00
{{ ctx .Locale.Tr "repo.commits.no_commits" $.BaseBranch $.HeadBranch }}
2020-11-01 20:04:26 +00:00
{{ end }}
< / div >
2024-03-14 23:24:59 +00:00
{{ if .IsDiffCompare }}
< div class = "commits-table-right tw-whitespace-nowrap" >
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
(cherry picked from commit 68ec9b48592fe88765bcc3a73093d43c98b315de)
Conflicts:
routers/web/repo/view.go
templates/base/head_navbar.tmpl
templates/repo/code/recently_pushed_new_branches.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/compare.tmpl
templates/repo/diff/conversation.tmpl
templates/repo/header.tmpl
templates/repo/issue/filter_list.tmpl
templates/repo/issue/view_content/conversation.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/settings/options.tmpl
templates/repo/view_file.tmpl
templates/shared/user/blocked_users.tmpl
templates/status/500.tmpl
web_src/js/components/DashboardRepoList.vue
resolved by prefering Forgejo version and applying the
commands to all files
2024-03-24 16:42:49 +00:00
< a href = " {{ $.CommitRepoLink }} /commit/ {{ .BeforeCommitID | PathEscape }} " class = "ui green sha label tw-mx-0" > {{ if not .BaseIsCommit }}{{ if .BaseIsBranch }}{{ svg "octicon-git-branch" }}{{ else if .BaseIsTag }}{{ svg "octicon-tag" }}{{ end }}{{ .BaseBranch }}{{ else }}{{ ShortSha .BaseBranch }}{{ end }} </ a >
2020-11-01 20:04:26 +00:00
...
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
(cherry picked from commit 68ec9b48592fe88765bcc3a73093d43c98b315de)
Conflicts:
routers/web/repo/view.go
templates/base/head_navbar.tmpl
templates/repo/code/recently_pushed_new_branches.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/compare.tmpl
templates/repo/diff/conversation.tmpl
templates/repo/header.tmpl
templates/repo/issue/filter_list.tmpl
templates/repo/issue/view_content/conversation.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/settings/options.tmpl
templates/repo/view_file.tmpl
templates/shared/user/blocked_users.tmpl
templates/status/500.tmpl
web_src/js/components/DashboardRepoList.vue
resolved by prefering Forgejo version and applying the
commands to all files
2024-03-24 16:42:49 +00:00
< a href = " {{ $.CommitRepoLink }} /commit/ {{ .AfterCommitID | PathEscape }} " class = "ui green sha label tw-mx-0" > {{ if not .HeadIsCommit }}{{ if .HeadIsBranch }}{{ svg "octicon-git-branch" }}{{ else if .HeadIsTag }}{{ svg "octicon-tag" }}{{ end }}{{ .HeadBranch }}{{ else }}{{ ShortSha .HeadBranch }}{{ end }} </ a >
2024-03-14 23:24:59 +00:00
< / div >
{{ end }}
2015-08-20 12:18:49 +00:00
< / h4 >
2015-09-01 23:07:02 +00:00
2024-03-14 23:24:59 +00:00
{{ if .PageIsCommits }}
< div class = "ui attached segment" >
< form class = "ignore-dirty" action = " {{ .RepoLink }} /commits/ {{ .BranchNameSubURL }} /search" >
< div class = "ui small fluid action input" >
{{ template "shared/search/input" dict "Value" .Keyword "Placeholder" ( ctx .Locale.Tr "search.commit_kind" ) }}
{{ template "repo/commits_search_dropdown" . }}
{{ template "shared/search/button" dict "Tooltip" ( ctx .Locale.Tr "repo.commits.search.tooltip" ) }}
< / div >
< / form >
< / div >
{{ end }}
2019-04-09 20:45:58 +00:00
{{ if and .Commits ( gt .CommitCount 0 ) }}
2021-04-11 03:46:37 +00:00
{{ template "repo/commits_list" . }}
2015-09-01 23:07:02 +00:00
{{ end }}
2015-08-20 12:18:49 +00:00
2018-09-16 22:28:23 +00:00
{{ template "base/paginate" . }}