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/tags/index.html.erb

8 lines
192 B
Plaintext

<% if @tags.empty? -%>
<p><em><strong>No tags were found!</strong></em></p>
<% else -%>
<div id="tag_cloud">
<p>All Tags in TuxBliki</p>
<%= tag_cloud @tags -%>
</div>
<% end -%>