share links to debate

This commit is contained in:
palomahnhp
2016-02-07 22:20:59 +01:00
parent 885182aa93
commit 2ee90ac76e
19 changed files with 226 additions and 13 deletions

View File

@@ -34,7 +34,13 @@
</span>
</div>
<%= safe_html_with_links @debate.description %>
<% if @debate.external_link.present? %>
<%= safe_html_with_links link_to @debate.external_link, @debate.external_link, target: '_blank'%>
<% end %>
<% if @debate.description.present? %>
<%= safe_html_with_links @debate.description %>
<% end %>
<%= render 'shared/tags', taggable: @debate %>