From af7aba032a7ec5fa5da9cc06760d2e67d3c928be Mon Sep 17 00:00:00 2001
From: Jayaram R Pai
Date: Mon, 8 Sep 2014 20:59:46 +0530
Subject: added download links for book, chapter, example

---
 static/website/templates/index.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'static/website/templates')

diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index 50dee60..a3a6f8a 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -18,7 +18,6 @@
                     <span id="title">
                         Scilab on Cloud
                     </span>
-
                     <div id="navlinks">
                         <ul>
                             <li><a href="#">About</a></li>
@@ -52,7 +51,7 @@
                             <option value="4">Thermodynamics</option>
                             <option value="13">Others</option>
                         </select>
-                        <a href="#" class="extra-link" id="contributor">Contributor</a>
+                        <a href="#" class="extra-link" id="contributor">+Contributor</a>
                     </div>
                     <div id="books-wrapper"></div>
                     <div id="chapters-wrapper"></div>
-- 
cgit