mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 09:05:43 +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 %}
|
||||
<input type="hidden" name="filter" value="true" />
|
||||
<div class="text-left">
|
||||
<div class="margin-t-16-px margin-b-4-px text-right">
|
||||
<h2 class="margin-x-4-px">
|
||||
<div class="margin-t-16-px margin-b-4-px padding-x-4-px text-right">
|
||||
{{ 'Locales' | trans }}
|
||||
</h2>
|
||||
</div>
|
||||
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
||||
{% for locale in locales | sort %}
|
||||
|
|
@ -23,10 +21,8 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="margin-b-4-px text-right">
|
||||
<h2 class="margin-x-4-px">
|
||||
<div class="margin-b-4-px padding-x-4-px text-right">
|
||||
{{ 'Categories' | trans }}
|
||||
</h2>
|
||||
</div>
|
||||
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
||||
{% for category in categories | sort %}
|
||||
|
|
@ -42,10 +38,8 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="margin-b-4-px text-right">
|
||||
<h2 class="margin-x-4-px">
|
||||
<div class="margin-b-4-px padding-x-4-px text-right">
|
||||
{{ 'other' | trans | u.title }}
|
||||
</h2>
|
||||
</div>
|
||||
<div class="padding-t-16-px padding-b-8-px padding-x-24-px border-top-default">
|
||||
{% if sensitive %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue