Skip to content

Commit c195383

Browse files
authored
Merge pull request #171 from BobHarper1/bob-preview-branch-link
Point the preview message compare url to 'register' repo, not app repo
2 parents 2094b83 + 11c10c9 commit c195383

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/OpenDataServices/org-ids/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)