Less awkward English
This commit is contained in:
@@ -24,11 +24,11 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if @wiki_page.presenter.antecedent_tag_implications.any? %>
|
<% if @wiki_page.presenter.antecedent_tag_implications.any? %>
|
||||||
<p class="hint">This tag has been implicated to <%= raw @wiki_page.presenter.antecedent_tag_implications.map {|x| link_to(x.consequent_name, show_or_new_wiki_pages_path(:title => x.consequent_name))}.join(", ") %>.</p>
|
<p class="hint">This tag implicates <%= raw @wiki_page.presenter.antecedent_tag_implications.map {|x| link_to(x.consequent_name, show_or_new_wiki_pages_path(:title => x.consequent_name))}.join(", ") %>.</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if @wiki_page.presenter.consequent_tag_implications.any? %>
|
<% if @wiki_page.presenter.consequent_tag_implications.any? %>
|
||||||
<p class="hint">The following tags are implicated to this tag: <%= raw @wiki_page.presenter.consequent_tag_implications.map {|x| link_to(x.antecedent_name, show_or_new_wiki_pages_path(:title => x.antecedent_name))}.join(", ") %>.</p>
|
<p class="hint">The following tags implicate this tag: <%= raw @wiki_page.presenter.consequent_tag_implications.map {|x| link_to(x.antecedent_name, show_or_new_wiki_pages_path(:title => x.antecedent_name))}.join(", ") %>.</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user