diff --git a/options/locale/locale_en-US.json b/options/locale/locale_en-US.json index 85a1d98de4..5dff11d024 100644 --- a/options/locale/locale_en-US.json +++ b/options/locale/locale_en-US.json @@ -2612,6 +2612,7 @@ "repo.release.detail": "Release details", "repo.release.tags": "Tags", "repo.release.new_release": "New Release", + "repo.release.update_feed": "Update Feed", "repo.release.draft": "Draft", "repo.release.prerelease": "Pre-Release", "repo.release.stable": "Stable", diff --git a/templates/repo/release_tag_header.tmpl b/templates/repo/release_tag_header.tmpl index 12acf4bfeb..3b675e79ae 100644 --- a/templates/repo/release_tag_header.tmpl +++ b/templates/repo/release_tag_header.tmpl @@ -16,6 +16,11 @@ {{svg "octicon-rss" 16}} {{ctx.Locale.Tr "rss_feed"}} {{end}} + {{if not .PageIsTagList}} + + {{svg "octicon-download" 16}} {{ctx.Locale.Tr "repo.release.update_feed"}} + + {{end}} {{if and (not .PageIsTagList) .CanCreateRelease}} {{ctx.Locale.Tr "repo.release.new_release"}}