Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit 744d3688aad47090504112f5715d150b52b1ca1e Author: Johan Cwiklinski johan@x-tnd.be Date: Sat Nov 3 20:03:09 2012 +0100
Add some links in footer (fixes commit 7653c57b17)
fedocal/templates/master.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fedocal/templates/master.html b/fedocal/templates/master.html index 63d6371..ff07a8d 100644 --- a/fedocal/templates/master.html +++ b/fedocal/templates/master.html @@ -103,7 +103,7 @@ </aside> </div> <footer> - <a href="#">Fedocal</a> - <a href="#">License</a> - <a href="{{ url_for('api') }}">API</a> - <a href="#">Author</a> - <a href="#">Website</a> + <a href="https://fedorahosted.org/fedocal/">FedoCal</a> - <a href="#">License</a> - <a href="{{ url_for('api') }}">API</a> - <a href="#">Author</a> - <a href="https://fedorahosted.org/fedocal/report">Bugs & Improvements</a> </footer> </div>
fedocal-devel@lists.fedorahosted.org