Mercurial > sat_legacy_website
diff templates/sat_website/base.html @ 13:755ccdb0c62a
added online demo link in base menu
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 25 Feb 2013 20:53:24 +0100 |
parents | 0df46e87537d |
children | 9bab976241dc |
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>