Skip to content

Commit 56ece62

Browse files
tagawaMike Taylor
authored and
Mike Taylor
committed
Added link to GitHub views (#572)
1 parent 9eccc73 commit 56ece62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

webcompat/templates/issue-list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</ul>
107107
</div>
108108
<% } %>
109-
<p class="wc-float-right wc-margin-bottom"><span class="wc-keyhint">G</span> takes you to the GitHub view of this page.</p>
109+
<p class="wc-float-right wc-margin-bottom"><span class="wc-keyhint">G</span> takes you to the <a href="https://github.com/{{ config['ISSUES_REPO_URI'] }}">GitHub view</a> of this page.</p>
110110
</script>
111111
</div>
112112
</div>

webcompat/templates/issue.html

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ <h1 class="Issue-title wc-Title--l">
9090
{% else %}
9191
<p class="Issue-login">Please <a href="{{ url_for('login') }}">login</a> to edit issues.</p>
9292
{% endif %}
93+
<p class="wc-float-right wc-margin-bottom"><span class="wc-keyhint">G</span> takes you to the <a href="https://github.com/{{ config['ISSUES_REPO_URI'] }}/{{ number }}">GitHub view</a> of this page.</p>
9394
</div>
9495
</main>
9596
</div>

0 commit comments

Comments
 (0)