Skip to content

Commit a2c04d2

Browse files
authored
Merge branch 'master' into master
2 parents cfa52b3 + c195383 commit a2c04d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prefix_finder/frontend/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<p class="ribbon-alert"><i class="material-icons">error_outline</i> You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
2828
<![endif]-->
2929
{% if branch and branch != "master" %}
30-
<p class="ribbon-alert"><i class="material-icons">error_outline</i> You are currently previewing branch {{ branch }}. <a href="/_preview_branch/master">Return to master</a> or <a href="https://github.com/org-id/register/compare/{{ branch }}">view on GitHub</a></p>
30+
<p class="ribbon-alert"><i class="material-icons">error_outline</i> You are currently previewing branch {{ branch }}. <a href="/_preview_branch/master">Return to master</a> or <a href="https://github.com/org-id/register/compare/master...{{ branch }}">view on GitHub</a></p>
3131
{% endif %}
3232

3333
{% block main %}{% endblock %}

0 commit comments

Comments
 (0)