changeset 1268:2818bf60c84c redmine-2.2-integration

Mark intro text html safe
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 02 May 2013 12:48:44 +0100
parents b587499d50a9
children 5e4f04bd7a1e
files app/views/projects/settings/_overview.html.erb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/projects/settings/_overview.html.erb	Thu May 02 12:48:34 2013 +0100
+++ b/app/views/projects/settings/_overview.html.erb	Thu May 02 12:48:44 2013 +0100
@@ -5,7 +5,7 @@
 
 <div class="box tabular">
 
-<p><%= l(:text_has_welcome_page_info, { :overview_link => link_to(l(:label_overview), { :controller => 'projects', :action => 'show' } ) } ) %></p>
+<p><%= l(:text_has_welcome_page_info, { :overview_link => link_to(l(:label_overview), { :controller => 'projects', :action => 'show' } ) } ).html_safe %></p>
 
 <% if @project.module_enabled? :wiki %>
 
@@ -13,7 +13,7 @@
 
 <% else %>
 
-<p><%= l(:text_has_welcome_page_wiki_disabled, { :modules_link => link_to(l(:label_module_plural), { :controller => 'projects', :action => 'settings', :tab => 'modules' } ) } ) %></p>
+<p><%= l(:text_has_welcome_page_wiki_disabled, { :modules_link => link_to(l(:label_module_plural), { :controller => 'projects', :action => 'settings', :tab => 'modules' } ) } ).html_safe %></p>
 
 <% end %>