Sha256: 3646f4cf9aaf5a861213adc2ca6e58cbf250b52d800a4e53568af5d37cde37e9

Contents?: true

Size: 399 Bytes

Versions: 5

Compression:

Stored size: 399 Bytes

Contents

<% @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" %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
Pimki-1.0.092 app/views/wiki/web_list.rhtml
Pimki-1.1.092 app/views/wiki/web_list.rhtml
Pimki-1.2.092 app/views/wiki/web_list.rhtml
Pimki-1.3.092 app/views/wiki/web_list.rhtml
instiki-0.9.2 app/views/wiki/web_list.rhtml