Sha256: c891abee9849cd9a288cf96d4a978376b46a8ec91ac3b997b616f031ae244bcc
Contents?: true
Size: 433 Bytes
Versions: 3
Compression:
Stored size: 433 Bytes
Contents
<% @title = "Wiki webs" @hide_menu = true @inline_style = true %><%= 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" %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
Pimki-1.7.092 | app/views/wiki/web_list.rhtml |
Pimki-1.8.200 | app/views/wiki/web_list.rhtml |
Pimki-1.8.092 | app/views/wiki/web_list.rhtml |