next-l/enju_leaf

View on GitHub
app/views/manifestations/_tag_cloud.html.erb

Summary

Maintainability
Test Coverage
<%- if @tags.blank? -%>
  <p><%= t('page.no_tag') -%></p>
<%- else -%>
  <%= render_tag_cloud(@tags) -%>
<%- end -%>