Add <div class="wiki"> to the welcome text so it looks like all the other info texts.
This commit is contained in:
parent
f193d04090
commit
10d6a79c15
@ -1,7 +1,7 @@
|
|||||||
<h2><%= l(:label_home) %></h2>
|
<h2><%= l(:label_home) %></h2>
|
||||||
|
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<%= textilizable Setting.welcome_text %>
|
<div class="wiki"><%= textilizable Setting.welcome_text %></div>
|
||||||
<% if @news.any? %>
|
<% if @news.any? %>
|
||||||
<div class="news box">
|
<div class="news box">
|
||||||
<h3><%=l(:label_news_latest)%></h3>
|
<h3><%=l(:label_news_latest)%></h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user