views: fix alias and implication list partial when tag is blank.
Fixup for abacc8ebb.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<% if tag.present? %>
|
||||
<% if tag.antecedent_alias %>
|
||||
<p class="fineprint">
|
||||
This tag has been aliased to <%= link_to_wiki(tag.antecedent_alias.consequent_name) %>
|
||||
@@ -38,3 +39,4 @@
|
||||
(<%= link_to_wiki "learn more", "help:tag_implications" %>).
|
||||
</p>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user