# HG changeset patch
# User Jim Hague <jim.hague@acm.org>
# Date 1380210816 -3600
# Node ID 16ddd82b51bcbf0a4b97c0bf919dba9e9dedc1ec
# Parent  ef7a4c2fe2743d4c24f2c548a5cdacd49d210991
Add book icon to return from tune or learner page to tune index page.

diff -r ef7a4c2fe274 -r 16ddd82b51bc dottes.html.learnertune
--- a/dottes.html.learnertune	Wed Sep 11 23:26:23 2013 +0100
+++ b/dottes.html.learnertune	Thu Sep 26 16:53:36 2013 +0100
@@ -37,6 +37,10 @@
                 <img class="dottes-tune-table-image" src="../img/music.png"
                      alt="Dottes">
               </a>
+              <a href="index.html">
+                <img class="dottes-tune-table-image" src="../img/book.png"
+                     alt="Tune index">
+              </a>
             </div>
             <div class="dottes-tune-header-middle">
               <h1>@TITLE@</h1>
diff -r ef7a4c2fe274 -r 16ddd82b51bc dottes.html.tune
--- a/dottes.html.tune	Wed Sep 11 23:26:23 2013 +0100
+++ b/dottes.html.tune	Thu Sep 26 16:53:36 2013 +0100
@@ -28,6 +28,10 @@
                 <img class="dottes-tune-table-image" src="../img/learner.png"
                      alt="Learner">
               </a>
+              <a href="index.html">
+                <img class="dottes-tune-table-image" src="../img/book.png"
+                     alt="Tune index">
+              </a>
             </div>
             <div class="dottes-tune-header-middle">
               <h1>@TITLE@</h1>
diff -r ef7a4c2fe274 -r 16ddd82b51bc web/img/book.png
Binary file web/img/book.png has changed