diff app/views/projects/show.rhtml @ 351:ebf53b46f3f3 feature_123

Add the overview setting to the project settings. Still rather clumsy, but it does appear to work!
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 31 Mar 2011 18:20:16 +0100
parents a1e6dc0e204b
children 350acce374a2
line wrap: on
line diff
--- a/app/views/projects/show.rhtml	Thu Mar 31 16:14:38 2011 +0100
+++ b/app/views/projects/show.rhtml	Thu Mar 31 18:20:16 2011 +0100
@@ -4,7 +4,9 @@
 	<% end %>
 </div>
 
+<% if @project.has_welcome_page %>
 <% page = @project.wiki.find_page("Overview") %>
+<% end %>
 
 <% if page %>