Mercurial > sat_legacy_website
changeset 13:755ccdb0c62a
added online demo link in base menu
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 25 Feb 2013 20:53:24 +0100 |
parents | 8ecf9c1db4f4 |
children | 73261ccf5aec |
files | templates/sat_website/base.html |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/sat_website/base.html Sun Feb 24 23:49:20 2013 +0100 +++ b/templates/sat_website/base.html Mon Feb 25 20:53:24 2013 +0100 @@ -43,12 +43,12 @@ <li><a href="{{ cat_url }}.html">{{ cat_name }}</a></li> {% endfor %} </ul> - {% if latest_dl_path and latest_version %} - <ul class="nav pull-right"> + <ul class="nav pull-right"> + <li><a href="http://www.libervia.org"><strong>{% trans "Try online demo" %}</strong></a> </li> + {% if latest_dl_path and latest_version %} <li><a href="{{ latest_dl_path }}"><strong>{% trans "Download SàT" %} {{ latest_version }}</strong></a> </li> - - </ul> - {% endif %} + {% endif %} + </ul> </div> </div> </div>