Skip to content

Commit

Permalink
Fix some text and revert a js thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Arylide committed Oct 21, 2017
1 parent b4c9d7c commit ca7dc27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
5 changes: 0 additions & 5 deletions nyaa/static/js/compat.js

This file was deleted.

4 changes: 2 additions & 2 deletions nyaa/templates/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ <h1>Using the Site</h1>
button.
</div>

{{ linkable_header("Getting trusted status", "trusted") }}
{{ linkable_header("Getting Trusted Status", "trusted") }}
<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.
</div>
{# <div class="content">
Expand Down
5 changes: 2 additions & 3 deletions nyaa/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

<!-- 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="{{ 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/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 -->
Expand Down Expand Up @@ -264,7 +263,7 @@
{% endif %}
<div class="input-group search-container hidden-xs hidden-sm">
<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="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>
Expand All @@ -288,7 +287,7 @@
{% endfor %}
</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 %}>
All categories
</option>
Expand Down
2 changes: 1 addition & 1 deletion nyaa/templates/rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1>Breaking any of the rules on this page may result in being banned</h1>
<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>
<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>
<p>Remakes which are utterly bit rate-starved are not allowed.</p>
Expand Down

0 comments on commit ca7dc27

Please sign in to comment.