From 229b2da008e34fd11085224087479202e031ad3d Mon Sep 17 00:00:00 2001 From: joshua stein Date: Fri, 31 Jul 2015 13:06:42 -0500 Subject: [PATCH] settings: sort --- app/views/settings/index.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/settings/index.html.erb b/app/views/settings/index.html.erb index b6fa3a4..548155a 100644 --- a/app/views/settings/index.html.erb +++ b/app/views/settings/index.html.erb @@ -176,17 +176,17 @@ Miscellaneous Settings -
- <%= f.label :show_avatars, "Show User Avatars:", :class => "required" %> - <%= f.check_box :show_avatars %> -
-
<%= f.label :show_story_previews, "Show Story Previews:", :class => "required" %> <%= f.check_box :show_story_previews %>
+
+ <%= f.label :show_avatars, "Show User Avatars:", :class => "required" %> + <%= f.check_box :show_avatars %> +
+
<%= f.submit "Save All Settings" %>