tags: add general?, character?, copyright?, artist?, meta?, empty? helper methods.

This commit is contained in:
evazion
2020-05-10 23:28:07 -05:00
parent 49383d393a
commit e3187e0bd0
11 changed files with 37 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
<% if wiki_page.tag.present? && wiki_page.tag.post_count > 0 %>
<% if wiki_page.tag.present? && !wiki_page.tag.empty? %>
<div id="wiki-page-posts">
<h2>Recent Posts <%= link_to "»", posts_path(tags: wiki_page.title) %></h2>