git-svn-id: http://redmine.rubyforge.org/svn/trunk@52 e93f8b46-1217-0410-a6f0-8f06a7374b81

pull/351/head
Jean-Philippe Lang 18 years ago
parent c83e794871
commit 51317b350c
  1. 6
      redmine/app/views/welcome/index.rhtml

@ -1,7 +1,7 @@
<h2><%= $RDM_WELCOME_TITLE || l(:label_home) %></h2>
<div class="splitcontentleft">
<h2><%= $RDM_WELCOME_TITLE || l(:label_home) %></h2>
<p><%= $RDM_WELCOME_TEXT %></p>
<% if $RDM_WELCOME_TEXT %><p><%= $RDM_WELCOME_TEXT %></p><br /><% end %>
<div class="box">
<h3><%=l(:label_news_latest)%></h3>
<% for news in @news %>

Loading…
Cancel
Save