Skip to content

Commit 7a3de08

Browse files
authored
point preview message compare link to 'register' repo not app repo
at the moment it points at this repo but there will be no branch to compare - the actual changes to the data are on
1 parent 2094b83 commit 7a3de08

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-ids/register/compare/{{ branch }}">view on GitHub</a></p>
3131
{% endif %}
3232

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

0 commit comments

Comments
 (0)