Skip to content

Commit

Permalink
Use correct project links in footer
Browse files Browse the repository at this point in the history
Downstream projects are free to override these with links to specific
bug trackers, but upstream should not have empty links here.
  • Loading branch information
lubomir committed Aug 13, 2015
1 parent 6d9dbfc commit 023623c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdc/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
{% block footer %}
<div class="container">
<p>
<a href="#">Report an Issue</a>
<a href="https://github.com/release-engineering/product-definition-center/issues">Report an Issue</a>
<span> | </span>
<a href="#">Source code location</a> (Version: {% pdc_version %})
<a href="https://github.com/release-engineering/product-definition-center">View on GitHub</a> (Version: {% pdc_version %})
</p>
</div><!-- /.container -->
{% endblock %}

0 comments on commit 023623c

Please sign in to comment.