diff options
author | Giteabot <teabot@gitea.io> | 2024-02-26 00:08:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 00:08:44 +0800 |
commit | 0f35cb5a2a9ad3b1d78f9547148b594adc4bdabf (patch) | |
tree | c30de8ed4e9724bea2786c37d4baba2789aae615 /templates | |
parent | 0b3d6c399c88e42e827f422dc4c8458f0d20c613 (diff) | |
download | gitea-0f35cb5a2a9ad3b1d78f9547148b594adc4bdabf.tar.gz gitea-0f35cb5a2a9ad3b1d78f9547148b594adc4bdabf.zip |
Add missing space (#29393) (#29399)
Backport #29393 by @KN4CK3R
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
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"> |