diff --git a/app/views/debates/_debate.html.erb b/app/views/debates/_debate.html.erb index fdb975c79..d084a0241 100644 --- a/app/views/debates/_debate.html.erb +++ b/app/views/debates/_debate.html.erb @@ -41,7 +41,7 @@

- <%= link_to debate.description, debate %> + <%= debate.description %>
<%= render "shared/tags", taggable: debate, limit: 5 %> diff --git a/app/views/proposals/_proposal.html.erb b/app/views/proposals/_proposal.html.erb index 46e6fd9ba..69bf8d164 100644 --- a/app/views/proposals/_proposal.html.erb +++ b/app/views/proposals/_proposal.html.erb @@ -44,7 +44,7 @@ <% end %>

-

<%= link_to proposal.summary, namespaced_proposal_path(proposal) %>

+

<%= proposal.summary %>

<% end %>