mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:10:00 +00:00
Fix some text and revert a js thing
This commit is contained in:
parent
b4c9d7cd1b
commit
ca7dc276e2
|
@ -1,5 +0,0 @@
|
||||||
// Filter dropdown styling if JS is enabled
|
|
||||||
$(function() {
|
|
||||||
$("#navFilter-category, #navFilter-criteria").children("select").removeClass("form-control").addClass("selectpicker show-tick");
|
|
||||||
}
|
|
||||||
);
|
|
|
@ -96,9 +96,9 @@
|
||||||
button.
|
button.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ linkable_header("Getting trusted status", "trusted") }}
|
{{ linkable_header("Getting Trusted Status", "trusted") }}
|
||||||
<div>
|
<div>
|
||||||
At the moment we have no established process for granting trust status to users
|
At the moment we have no established process for granting trusted status to users
|
||||||
who did not previously have it. If and when we establish such a process it will be announced.
|
who did not previously have it. If and when we establish such a process it will be announced.
|
||||||
</div>
|
</div>
|
||||||
{# <div class="content">
|
{# <div class="content">
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
|
|
||||||
<!-- Core JavaScript -->
|
<!-- Core JavaScript -->
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
||||||
<script src="{{ static_cachebuster('js/compat.js') }}"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.3.1/markdown-it.min.js" integrity="sha256-3WZyZQOe+ql3pLo90lrkRtALrlniGdnf//gRpW0UQks=" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.3.1/markdown-it.min.js" integrity="sha256-3WZyZQOe+ql3pLo90lrkRtALrlniGdnf//gRpW0UQks=" crossorigin="anonymous"></script>
|
||||||
<!-- Modified to not apply border-radius to selectpickers and stuff so our navbar looks cool -->
|
<!-- Modified to not apply border-radius to selectpickers and stuff so our navbar looks cool -->
|
||||||
|
@ -264,7 +263,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="input-group search-container hidden-xs hidden-sm">
|
<div class="input-group search-container hidden-xs hidden-sm">
|
||||||
<div class="input-group-btn nav-filter" id="navFilter-criteria">
|
<div class="input-group-btn nav-filter" id="navFilter-criteria">
|
||||||
<select class="form-control" title="Filter" data-width="120px" name="f">
|
<select class="selectpicker show-tick" title="Filter" data-width="120px" name="f">
|
||||||
<option value="0" title="No filter" {% if search is defined and search["quality_filter"] == "0" %}selected{% else %}selected{% endif %}>No filter</option>
|
<option value="0" title="No filter" {% if search is defined and search["quality_filter"] == "0" %}selected{% else %}selected{% endif %}>No filter</option>
|
||||||
<option value="1" title="No remakes" {% if search is defined and search["quality_filter"] == "1" %}selected{% endif %}>No remakes</option>
|
<option value="1" title="No remakes" {% if search is defined and search["quality_filter"] == "1" %}selected{% endif %}>No remakes</option>
|
||||||
<option value="2" title="Trusted only" {% if search is defined and search["quality_filter"] == "2" %}selected{% endif %}>Trusted only</option>
|
<option value="2" title="Trusted only" {% if search is defined and search["quality_filter"] == "2" %}selected{% endif %}>Trusted only</option>
|
||||||
|
@ -288,7 +287,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
#}
|
#}
|
||||||
<select class="form-control" title="Category" data-width="130px" name="c">
|
<select class="selectpicker show-tick" title="Category" data-width="130px" name="c">
|
||||||
<option value="0_0" title="All categories" {% if search is defined and search["category"] == "0_0" %}selected{% else %}selected{% endif %}>
|
<option value="0_0" title="All categories" {% if search is defined and search["category"] == "0_0" %}selected{% else %}selected{% endif %}>
|
||||||
All categories
|
All categories
|
||||||
</option>
|
</option>
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
<p>If these policies are not obeyed, then those torrents will be removed if reported by a group or person commonly seen as the owner of the tag(s). This especially applies to remake torrents.</p>
|
<p>If these policies are not obeyed, then those torrents will be removed if reported by a group or person commonly seen as the owner of the tag(s). This especially applies to remake torrents.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Although only hinted at above, we will of course remove any troll torrents tagged with A-sucks, B-is-slow, or such if reported by A or B.</p>
|
<p>Although only hinted at above, we may remove troll torrents tagged with A-sucks, B-is-slow, or such if reported by A or B.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Remakes which are utterly bit rate-starved are not allowed.</p>
|
<p>Remakes which are utterly bit rate-starved are not allowed.</p>
|
||||||
|
|
Loading…
Reference in a new issue