diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-07-24 04:07:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-07-24 04:07:24 +0000 |
commit | 5058a99d9c83a7f7f6b8ed4a61d30007ae0b8187 (patch) | |
tree | bd6b57ed6810aa275f82076a01dfaa9220b6f6d2 /app | |
parent | b8d7ff080ca17139abdcfa0369a33a58d73bd1ce (diff) | |
download | redmine-5058a99d9c83a7f7f6b8ed4a61d30007ae0b8187.tar.gz redmine-5058a99d9c83a7f7f6b8ed4a61d30007ae0b8187.zip |
Merged r14448 (#5770).
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14449 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/welcome/index.html.erb | 4 |
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> |