Merge branch 'missingtag'

This commit is contained in:
hiro 2018-07-05 15:32:24 +02:00
commit e80c6c6a9a

View File

@ -26,16 +26,18 @@
</div>
<div class="mt-2 btn-group dropdown pr-2">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ bag('alternatives', this.alt, 'language') }}
{{ bag('alternatives', this.alt, 'language') }}
</button>
<div class="dropdown-menu">
{% for id, item in bag('alternatives').items() %}
{% if this.alt != id %}
<a class="dropdown-item" href="{{ item.url }}">{{ item.language }}</a>
<a class="dropdown-item" href="{{ item.url }}">{{ item.language }}</a>
{% endif %}
{% endfor %}
</div>
</div>
<a class="btn text-primary bg-white btn-light pull-right mt-2" href="https://www.torproject.org/download/download-easy.html.en"><i class="glyphicon-glyphicon-arrow-down"></i>Download Tor Browser</a>
<a class="btn text-primary bg-white btn-light pull-right mt-2" href="https://www.torproject.org/download/download-easy.html.en">
<i class="glyphicon-glyphicon-arrow-down"></i>Download Tor Browser
</a>
</div>
</nav>