Merge pull request #2933 from evazion/feat-doc-cosplay-autotags

Fix #2931: mention automated implications on *_(cosplay) wikis.
This commit is contained in:
Albert Yi
2017-03-23 10:46:20 -07:00
committed by GitHub
9 changed files with 42 additions and 45 deletions

View File

@@ -82,6 +82,8 @@
<% else %>
<% if post_set.tag_string.present? %>
<p>There is currently no wiki page for the tag "<%= post_set.tag_string %>". You can <%= link_to "create one", new_wiki_page_path(:wiki_page => {:title => post_set.tag_string}) %>.</p>
<%= alias_and_implication_list(post_set.tag) %>
<% end %>
<% end %>
</div>