From 2a8fdbe88a587e4529eac67c6542dda3c84f290d Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Tue, 2 Dec 2008 11:26:25 -0600 Subject: [PATCH] Ack! Do that right. --- app/views/wiki/web_list.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wiki/web_list.rhtml b/app/views/wiki/web_list.rhtml index 483e4057..2581e838 100644 --- a/app/views/wiki/web_list.rhtml +++ b/app/views/wiki/web_list.rhtml @@ -6,7 +6,7 @@
  • <% if web.password %>
    <% else %>
    <% end %> - <%= link_to('HomePage', {:web => web.address, :action => 'show', :id => 'HomePage'}) %> + <%= link_to(web.name, {:web => web.address, :action => 'show', :id => 'HomePage'}) %> <% if web.published? %> (<%= link_to_page 'HomePage', web, 'published version', :mode => 'publish' %>) <% end %>