From 4059e2cec6c99a055cbdc2d5b8aaa08c585ef4c2 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 6 Oct 2014 10:28:53 -0300 Subject: [PATCH] proposals_discussion: fix topic title in proposals --- views/content_viewer/proposal.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/content_viewer/proposal.html.erb b/views/content_viewer/proposal.html.erb index 442bfc2..823f351 100644 --- a/views/content_viewer/proposal.html.erb +++ b/views/content_viewer/proposal.html.erb @@ -2,9 +2,10 @@
<%= @page.topic.discussion.title %>
+<% extend ProposalsDiscussionPlugin::TopicHelper %> +
-
-

<%= link_to @page.topic.title, @page.topic.view_url %>

+ <%= topic_title @page.topic %>
-- libgit2 0.21.2