diff --git a/public_html/css/post.css b/public_html/css/post.css index 6ac95340..aec3d633 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -152,7 +152,7 @@ } #post-view-wrapper .post-history-wrapper { - padding: 1em; + padding: 1em 0; display: none; word-break: break-all; } diff --git a/public_html/templates/history.tpl b/public_html/templates/history.tpl index 9d7e072a..968eec15 100644 --- a/public_html/templates/history.tpl +++ b/public_html/templates/history.tpl @@ -1,3 +1,4 @@ +

History

<% _.each(history, function( historyEntry) { %> diff --git a/public_html/templates/post.tpl b/public_html/templates/post.tpl index 87b4e311..5b5737d7 100644 --- a/public_html/templates/post.tpl +++ b/public_html/templates/post.tpl @@ -254,9 +254,6 @@ <%= postContentTemplate({post: post}) %> -
-
- <% if (privileges.canViewHistory) { %>
<%= historyTemplate({ @@ -265,5 +262,8 @@ }) %>
<% } %> + +
+