summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-27 22:07:01 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-27 22:07:01 +0000
commitc622ad0b50aa32a4326e4ca5a7e59e10809129cc (patch)
treee6d9494efb4dbeda37ee86a1d966aa90e42d2a84
parent75324e48592fbe141a66ba7e5dbda8553bbd2db1 (diff)
downloadredmine-c622ad0b50aa32a4326e4ca5a7e59e10809129cc.tar.gz
redmine-c622ad0b50aa32a4326e4ca5a7e59e10809129cc.zip
#8911 Textile formatting for issue notes
git-svn-id: http://redmine.rubyforge.org/svn/trunk@280 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/issues/_history.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml
index da58b7d6c..37faf977b 100644
--- a/app/views/issues/_history.rhtml
+++ b/app/views/issues/_history.rhtml
@@ -6,6 +6,6 @@
<% end %>
</ul>
<% if journal.notes? %>
- <%= simple_format auto_link h(journal.notes) %>
+ <%= textilizable journal.notes %>
<% end %>
<% end %>