mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix indent in search.ecr for filters
This commit is contained in:
parent
83b5fd252e
commit
b56ebd13b6
1 changed files with 83 additions and 83 deletions
|
@ -6,7 +6,7 @@
|
||||||
<summary>
|
<summary>
|
||||||
<a><h3 style="display:inline"> <%= translate(locale, "filter") %> </h3></a>
|
<a><h3 style="display:inline"> <%= translate(locale, "filter") %> </h3></a>
|
||||||
</summary>
|
</summary>
|
||||||
<div id="filters" class="pure-g h-box">
|
<div id="filters" class="pure-g h-box">
|
||||||
<div class="pure-u-1-3 pure-u-md-1-5">
|
<div class="pure-u-1-3 pure-u-md-1-5">
|
||||||
<b><%= translate(locale, "date") %></b>
|
<b><%= translate(locale, "date") %></b>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
Loading…
Reference in a new issue