Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit 59370d17ef69876665e20acdf6570e79eda22d95 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Sat Nov 3 19:39:38 2012 +0100
Change footer to fit the cast of fedocal
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 f2825f3..8ed847b 100644 --- a/fedocal/templates/master.html +++ b/fedocal/templates/master.html @@ -89,7 +89,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="#">Fedocal</a> - <a href="#">License</a> - <a href="{{ url_for('api') }}">API</a> - <a href="#">Author</a> - <a href="#">Website</a> </footer> </div>
fedocal-devel@lists.fedorahosted.org