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" %>