From 5005614e97c0145871369a2a2d55bd4c766b05da Mon Sep 17 00:00:00 2001 From: Toks Date: Wed, 2 Oct 2013 11:49:56 -0400 Subject: [PATCH] #1929: Fix typo --- app/views/tag_implications/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag_implications/show.html.erb b/app/views/tag_implications/show.html.erb index 4d0e05ceb..579cd0e82 100644 --- a/app/views/tag_implications/show.html.erb +++ b/app/views/tag_implications/show.html.erb @@ -4,7 +4,7 @@
  • From <%= link_to @tag_implication.antecedent_name, posts_path(:tags => @tag_implication.antecedent_name) %>
  • To <%= link_to @tag_implication.consequent_name, posts_path(:tags => @tag_implication.consequent_name) %>
  • <% if @tag_implication.forum_topic_id %> -
  • Reference <%= link_to "topic ##{@tag_implication.forum_topic_id}, forum_topic_path(@tag_implication.forum_topic_id) %>
  • +
  • Reference <%= link_to "topic ##{@tag_implication.forum_topic_id}", forum_topic_path(@tag_implication.forum_topic_id) %>
  • <% end %>
  • Creator <%= link_to_user @tag_implication.creator %>
  • Date <%= @tag_implication.created_at %>