Revision 1273:052ea7c838f6 app/views/projects

View differences:

app/views/projects/settings/_overview.html.erb
5 5

  
6 6
<div class="box tabular">
7 7

  
8
<p><%= l(:text_has_welcome_page_info, { :overview_link => link_to(l(:label_overview), { :controller => 'projects', :action => 'show' } ) } ) %></p>
8
<p><%= l(:text_has_welcome_page_info, { :overview_link => link_to(l(:label_overview), { :controller => 'projects', :action => 'show' } ) } ).html_safe %></p>
9 9

  
10 10
<% if @project.module_enabled? :wiki %>
11 11

  
......
13 13

  
14 14
<% else %>
15 15

  
16
<p><%= l(:text_has_welcome_page_wiki_disabled, { :modules_link => link_to(l(:label_module_plural), { :controller => 'projects', :action => 'settings', :tab => 'modules' } ) } ) %></p>
16
<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>
17 17

  
18 18
<% end %>
19 19

  

Also available in: Unified diff