mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
remove h2 tag from filter headers #35
This commit is contained in:
parent
5a0342a998
commit
1ae5d324c2
1 changed files with 6 additions and 12 deletions
|
|
@ -4,10 +4,8 @@
|
||||||
{% if filter %}
|
{% if filter %}
|
||||||
<input type="hidden" name="filter" value="true" />
|
<input type="hidden" name="filter" value="true" />
|
||||||
<div class="text-left">
|
<div class="text-left">
|
||||||
<div class="margin-t-16-px margin-b-4-px text-right">
|
<div class="margin-t-16-px margin-b-4-px padding-x-4-px text-right">
|
||||||
<h2 class="margin-x-4-px">
|
{{ 'Locales' | trans }}
|
||||||
{{ 'Locales' | trans }}
|
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
||||||
{% for locale in locales | sort %}
|
{% for locale in locales | sort %}
|
||||||
|
|
@ -23,10 +21,8 @@
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div class="margin-b-4-px text-right">
|
<div class="margin-b-4-px padding-x-4-px text-right">
|
||||||
<h2 class="margin-x-4-px">
|
{{ 'Categories' | trans }}
|
||||||
{{ 'Categories' | trans }}
|
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
||||||
{% for category in categories | sort %}
|
{% for category in categories | sort %}
|
||||||
|
|
@ -42,10 +38,8 @@
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div class="margin-b-4-px text-right">
|
<div class="margin-b-4-px padding-x-4-px text-right">
|
||||||
<h2 class="margin-x-4-px">
|
{{ 'other' | trans | u.title }}
|
||||||
{{ 'other' | trans | u.title }}
|
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
||||||
{% if sensitive %}
|
{% if sensitive %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue