diff --git a/app/views/wiki/file_list.html.erb b/app/views/wiki/file_list.html.erb index 8b8c1b5b..cc649404 100644 --- a/app/views/wiki/file_list.html.erb +++ b/app/views/wiki/file_list.html.erb @@ -17,7 +17,7 @@ <%- for file in @file_list -%>
  • - @web.address, :action => 'files', :id => file.file_name %>"><%= file.file_name%> (<%= file.created_at.asctime %>)
  • <%- end -%>