From 164038aa63b7ff3c960410646a4cfbee1924d4ca Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 3 Sep 2014 22:05:57 +0200 Subject: [PATCH] nicer looking sticky/locked checkboxes --- app/views/forumthreads/edit.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/forumthreads/edit.html.erb b/app/views/forumthreads/edit.html.erb index b82410b..f40686c 100644 --- a/app/views/forumthreads/edit.html.erb +++ b/app/views/forumthreads/edit.html.erb @@ -6,12 +6,10 @@ <% if mod? %> - - + - - +
<%= f.label :sticky %><%= f.check_box :sticky %><%= f.check_box :sticky %> <%= f.label :sticky %>
<%= f.label :locked %><%= f.check_box :locked %><%= f.check_box :locked %> <%= f.label :locked %>
<%= f.label :forum_id, "Move thread" %>