diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2024-02-25 16:42:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 15:42:36 +0000 |
commit | 4ccf5ab330c9ce8959aa6734c2e6fee282619ba5 (patch) | |
tree | 1020298849b440e2c3ea0e17b1fe3c91235a3fc4 /templates | |
parent | 1c6858543ca976933004c21b3056a7301e1729d6 (diff) | |
download | gitea-4ccf5ab330c9ce8959aa6734c2e6fee282619ba5.tar.gz gitea-4ccf5ab330c9ce8959aa6734c2e6fee282619ba5.zip |
Add missing space (#29393)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/diff/options_dropdown.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/options_dropdown.tmpl b/templates/repo/diff/options_dropdown.tmpl index 3bcb877cc6..b7c46dd846 100644 --- a/templates/repo/diff/options_dropdown.tmpl +++ b/templates/repo/diff/options_dropdown.tmpl @@ -13,7 +13,7 @@ <a class="item" href="{{$.RepoLink}}/commit/{{PathEscape .Commit.ID.String}}.diff" download="{{ShortSha .Commit.ID.String}}.diff">{{ctx.Locale.Tr "repo.diff.download_diff"}}</a> {{end}} <a id="expand-files-btn" class="item">{{ctx.Locale.Tr "repo.pulls.expand_files"}}</a> - <a id="collapse-files-btn"class="item">{{ctx.Locale.Tr "repo.pulls.collapse_files"}}</a> + <a id="collapse-files-btn" class="item">{{ctx.Locale.Tr "repo.pulls.collapse_files"}}</a> {{if .Issue.Index}} {{if .ShowOutdatedComments}} <a class="item" href="?style={{if $.IsSplitStyle}}split{{else}}unified{{end}}&whitespace={{$.WhitespaceBehavior}}&show-outdated=false"> |