diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-29 22:42:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-29 22:42:12 +0000 |
commit | e8cfa65155fbb12187676a3c506e20110da90c34 (patch) | |
tree | a24ca0c304284db56a5d7f900a273c4e554bf455 /app/views/news | |
parent | 24138187eb130b15d5b2b9f7bd6f701b2be6c00a (diff) | |
download | redmine-e8cfa65155fbb12187676a3c506e20110da90c34.tar.gz redmine-e8cfa65155fbb12187676a3c506e20110da90c34.zip |
Enable attached images to be displayed inline on the news list.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8729 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news')
-rw-r--r-- | app/views/news/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index d0370c03f..b839b5f44 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -33,7 +33,7 @@ <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %></h3> <p class="author"><%= authoring news.created_on, news.author %></p> <div class="wiki"> - <%= textilizable(news.description) %> + <%= textilizable(news, :description) %> </div> <% end %> <% end %> |