##// END OF EJS Templates
Welcome text misses wiki div (#5770)....
Jean-Philippe Lang -
r14066:f1072337b9bc
parent child
Show More
@@ -1,7 +1,9
1 <h2><%= l(:label_home) %></h2>
1 <h2><%= l(:label_home) %></h2>
2
2
3 <div class="splitcontentleft">
3 <div class="splitcontentleft">
4 <div class="wiki">
4 <%= textilizable Setting.welcome_text %>
5 <%= textilizable Setting.welcome_text %>
6 </div>
5 <% if @news.any? %>
7 <% if @news.any? %>
6 <div class="news box">
8 <div class="news box">
7 <h3><%=l(:label_news_latest)%></h3>
9 <h3><%=l(:label_news_latest)%></h3>
General Comments 0
You need to be logged in to leave comments. Login now