summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-07-24 04:06:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-07-24 04:06:51 +0000
commitf1072337b9bcf5dae542780784e037b39ca52468 (patch)
tree73071b09bbaf31188863d3c4a358be4bd4cbc526 /app/views
parent24e84166b485bb3f5b103ff8ab46d7ac8b0e4ad1 (diff)
downloadredmine-f1072337b9bcf5dae542780784e037b39ca52468.tar.gz
redmine-f1072337b9bcf5dae542780784e037b39ca52468.zip
Welcome text misses wiki div (#5770).
git-svn-id: http://svn.redmine.org/redmine/trunk@14448 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/welcome/index.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index 2d4fdfc05..dab9bff38 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -1,7 +1,9 @@
<h2><%= l(:label_home) %></h2>
<div class="splitcontentleft">
- <%= textilizable Setting.welcome_text %>
+ <div class="wiki">
+ <%= textilizable Setting.welcome_text %>
+ </div>
<% if @news.any? %>
<div class="news box">
<h3><%=l(:label_news_latest)%></h3>