summaryrefslogtreecommitdiffstats
path: root/app/views/welcome
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-17 11:32:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-17 11:32:58 +0000
commit00238738b190bfbe30d5b3ee2e1438837343d10a (patch)
tree6c5ee0aa31ba230f6dedd240d79a724184fde2e2 /app/views/welcome
parent7b366758fdc4867d4f5174e924464fffdcda6a72 (diff)
downloadredmine-00238738b190bfbe30d5b3ee2e1438837343d10a.tar.gz
redmine-00238738b190bfbe30d5b3ee2e1438837343d10a.zip
Application welcome text is now textilized.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@652 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/welcome')
-rw-r--r--app/views/welcome/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml
index 399e444ed..e5e43f722 100644
--- a/app/views/welcome/index.rhtml
+++ b/app/views/welcome/index.rhtml
@@ -1,7 +1,7 @@
<h2><%= l(:label_home) %></h2>
<div class="splitcontentleft">
- <p><%= Setting.welcome_text %></p>
+ <%= textilizable Setting.welcome_text %>
<div class="box">
<h3><%=l(:label_news_latest)%></h3>
<%= render :partial => 'news/news', :collection => @news %>