diff options
author | Jayaram R Pai | 2014-09-08 20:59:46 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-08 20:59:46 +0530 |
commit | af7aba032a7ec5fa5da9cc06760d2e67d3c928be (patch) | |
tree | a0df6cb86823a42cf7a90d1322abcd2ba43ee78c /static/website/templates | |
parent | d349c35d31b4ccf1bcc7c26a408cada3be38169e (diff) | |
download | scilab-on-cloud-af7aba032a7ec5fa5da9cc06760d2e67d3c928be.tar.gz scilab-on-cloud-af7aba032a7ec5fa5da9cc06760d2e67d3c928be.tar.bz2 scilab-on-cloud-af7aba032a7ec5fa5da9cc06760d2e67d3c928be.zip |
added download links for book, chapter, example
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
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> |