* Factor out common sidebar layout template. * Convert wiki pages and posts to use this template. * Add data-layout attribute to <body> element indicating the current layout.
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
<% content_for(:sidebar) do %>
|
|
<%= render "posts/partials/index/blacklist" %>
|
|
<%= render "wiki_pages/recent_changes" %>
|
|
<% end %>
|