Skip to content
Snippets Groups Projects
Commit 525e1c29 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

No more "previous" versions but "all" incl. bêta

parent d0122196
No related branches found
No related tags found
1 merge request!65Improved version pages
...@@ -19,11 +19,9 @@ title: Versions Frama-C ...@@ -19,11 +19,9 @@ title: Versions Frama-C
<ul class="arrowList versionsList"> <ul class="arrowList versionsList">
{% for version in site.fc-versions reversed %} {% for version in site.fc-versions reversed %}
{% unless version.beta %} <li>
<li> <a href="{{ version.url }}">Frama-C v{{ version.number }} {{ version.name }} {% if version.beta %}[Bêta]{% endif %} </a>
<a href="{{ version.url }}">Frama-C v{{ version.number }} {{ version.name }}</a> </li>
</li>
{% endunless %}
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
......
...@@ -19,7 +19,7 @@ title: Get Frama-C ...@@ -19,7 +19,7 @@ title: Get Frama-C
<a href="#" role="button" class="tab-up tab-up-linux" onClick="clickTab('linux')"><b>Linux</b></a> <a href="#" role="button" class="tab-up tab-up-mac" onClick="clickTab('mac')"><b>Mac</b></a> <a href="#" role="button" class="tab-up tab-up-windows" onClick="clickTab('windows')"><b>Windows (WSL)</b></a> <a href="#" role="button" class="tab-up tab-up-linux" onClick="clickTab('linux')"><b>Linux</b></a> <a href="#" role="button" class="tab-up tab-up-mac" onClick="clickTab('mac')"><b>Mac</b></a> <a href="#" role="button" class="tab-up tab-up-windows" onClick="clickTab('windows')"><b>Windows (WSL)</b></a>
</div> </div>
<br> <br>
<a href="/html/framac-versions.html" class="previousVersion">Previous Versions</a> <a href="/html/framac-versions.html" class="previousVersion">All Versions</a>
{% for version in site.fc-versions %} {% for version in site.fc-versions %}
{% if version.beta %} {% if version.beta %}
- <a href="{{ version.url }}" class="previousVersion">Bêta Version</a> - <a href="{{ version.url }}" class="previousVersion">Bêta Version</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment