Sha256: d38d878de8658f50c8423e21b8002b591e99a1e1abfec1cf1ff9deebb19a2ec1

Contents?: true

Size: 387 Bytes

Versions: 3

Compression:

Stored size: 387 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

3 entries across 3 versions & 1 rubygems

Version Path
Pimki-1.5.092 app/views/wiki/web_list.rhtml
Pimki-1.4.092 app/views/wiki/web_list.rhtml
Pimki-1.6.092 app/views/wiki/web_list.rhtml