This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
tuxbliki/app/views/pages/index.html.erb

16 lines
322 B
Plaintext

<% throw_content :for_sidebar do -%>
<div id="tag_cloud">
<p>Popular Tags</p>
<%= tag_cloud @tags %>
</div>
<% end -%>
<% if @pages.empty? -%>
<p><strong><em>No pages were found!</em></strong></p>
<% else -%>
<ol>
<% @pages.each do |page| -%>
<li><%= edit_page_link page -%></li>
<% end -%>
</ol>
<% end -%>