This commit is contained in:
Kyle Drake 2013-07-14 23:35:52 -04:00
parent ce59bbac9b
commit 0d16d2c56a
2 changed files with 3 additions and 3 deletions

View file

@ -26,11 +26,11 @@
<option value="oldest" <%= 'selected' if params[:sort_by] == 'oldest' %>>Oldest</option>
</select>
</div>
<!--
<div>
<input name="is_nsfw" type="checkbox" value="true" <%= 'checked' if params[:is_nsfw].to_s == 'true' %>> Show 18+ content
</div>
-->
<div style="margin-top: 10px">
<input class="btn-Action" type="submit" value="Update">
</div>