<% been_edited = post.last_edited_by_id != nil %>
<% if been_edited then last_edited_by_self = post.user_id == post.last_edited_by_id end %>
diff --git a/config/config/preferences.yml b/config/config/preferences.yml
index 36be0760a..8ecdcaabb 100644
--- a/config/config/preferences.yml
+++ b/config/config/preferences.yml
@@ -72,4 +72,10 @@ sticky_header:
type: boolean
description: >
Make the top navigation bar sticky.
+ default: false
+
+sticky_vote_tool:
+ type: boolean
+ description: >
+ Make the up and downvote buttons scroll along with the post
default: false
\ No newline at end of file