We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
branch
1 parent a81f4a7 commit c8b5fffCopy full SHA for c8b5fff
terminal/partials/page-content/revision.html
@@ -32,7 +32,7 @@
32
See revision history on <a href="{{ page.edit_url | replace('mode=edit','mode=read') }}">{{ config.repo_name }}</a>.
33
{%- endif -%}
34
{%- if config.repo_name == "Codeberg" -%}
35
- See revision history on <a href="{{ page.edit_url | replace('_edit','commits') }}">{{ config.repo_name }}</a>.
+ See revision history on <a href="{{ page.edit_url | replace('_edit','commits/branch') }}">{{ config.repo_name }}</a>.
36
37
38
</i>
0 commit comments