mirror of
https://github.com/torproject/support.git
synced 2024-12-12 11:45:45 +00:00
Merge branch 'missingtag'
This commit is contained in:
commit
e80c6c6a9a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user