settings: sort

This commit is contained in:
joshua stein 2015-07-31 13:06:42 -05:00
parent 0799fe33d7
commit 229b2da008

View file

@ -176,17 +176,17 @@
Miscellaneous Settings
</div>
<div class="boxline">
<%= f.label :show_avatars, "Show User Avatars:", :class => "required" %>
<%= f.check_box :show_avatars %>
</div>
<div class="boxline">
<%= f.label :show_story_previews, "Show Story Previews:",
:class => "required" %>
<%= f.check_box :show_story_previews %>
</div>
<div class="boxline">
<%= f.label :show_avatars, "Show User Avatars:", :class => "required" %>
<%= f.check_box :show_avatars %>
</div>
<br>
<%= f.submit "Save All Settings" %>