Files
danbooru/app/views/wiki_pages/_sidebar.html.erb
evazion 6ccf4ed9c0 blacklists: refactor blacklist html+css.
* Consolidate blacklist css in one file.
* blacklist box: fix tag colors not dimming on hover.
* blacklist box: allow middle clicking on tags to open in new tab.
* /wiki_pages: move blacklist controls to top of tag sidebar.
* /wiki_pages: fix missing "disable all" / "re-enable all" buttons.
2018-08-21 23:33:08 -05:00

5 lines
123 B
Plaintext

<aside id="sidebar">
<%= render "posts/partials/index/blacklist" %>
<%= render "wiki_pages/recent_changes" %>
</aside>