diff static/tpl/nav.html @ 90:e4eba42e1678

Moved "Home" link to navigation section on top. Added "JSON" link to history page.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 07 Apr 2013 13:31:20 -0700
parents b03f083c3a29
children d29e2f337b00
line wrap: on
line diff
--- a/static/tpl/nav.html	Sat Apr 06 18:07:31 2013 -0700
+++ b/static/tpl/nav.html	Sun Apr 07 13:31:20 2013 -0700
@@ -1,4 +1,5 @@
 <section>
+    <a href="/">Home</a>
     {{#ifneq action to='read'}}<a href="{{url_read}}">Read</a>{{/ifneq}}
     {{#ifneq action to='edit'}}<a href="{{url_edit}}">Edit</a>{{/ifneq}}
     {{#ifneq action to='history'}}<a href="{{url_hist}}">History</a>{{/ifneq}}