Commit 2b9f87cf8bad86c1b8af22303da7025ec9fbe8b1
1 parent
ab056240
Exists in
master
and in
11 other branches
Remove feed from discussion with topics
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
No preview for this file type
views/content_viewer/discussion_topics.html.erb
1 | 1 | <% extend ProposalsDiscussionPlugin::DiscussionHelper %> |
2 | 2 | <%= javascript_include_tag 'plugins/proposals_discussion/proposals_list.js' %> |
3 | 3 | |
4 | -<%= add_rss_feed_to_head(discussion.name, discussion.feed.url) if discussion.feed %> | |
5 | - | |
6 | 4 | <div class="description"> |
7 | 5 | <%= discussion.body %> |
8 | 6 | </div> | ... | ... |