| Path: | app/views/wiki/web_list.rhtml |
| Last Update: | Sat Jul 17 01:57:23 GMT+2:00 2004 |
<% @title = "Wiki webs" %><%= sub_template "top" %>
<ul> <% for web in @webs %>
<li>
<a href="/<%= web.address %>/show/HomePage"><%= web.name %></a>
(<%= web.pages.length %> pages by <%= web.authors.length %> authors)
<% if web.published then %>(<a href="/<%= web.address %>/published/HomePage">published</a>)<% end %>
</li>
<% end %> </ul>
<%= sub_template "bottom" %>