Skip to content

Commit

Permalink
Fixed: Links to missing wiki pages not red on project overview page (…
Browse files Browse the repository at this point in the history
…#5177).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3614 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed Mar 27, 2010
1 parent 89aa60c commit 43a5feb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/projects/show.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<h2><%=l(:label_overview)%></h2>

<div class="splitcontentleft">
<%= textilizable @project.description %>
<div class="wiki">
<%= textilizable @project.description %>
</div>
<ul>
<% unless @project.homepage.blank? %><li><%=l(:field_homepage)%>: <%= auto_link(h(@project.homepage)) %></li><% end %>
<% if @subprojects.any? %>
Expand Down

0 comments on commit 43a5feb

Please sign in to comment.