aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/shared/_tags.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blog/shared/_tags.html.erb')
-rw-r--r--app/views/blog/shared/_tags.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blog/shared/_tags.html.erb b/app/views/blog/shared/_tags.html.erb
index f8833f1..140e60e 100644
--- a/app/views/blog/shared/_tags.html.erb
+++ b/app/views/blog/shared/_tags.html.erb
@@ -1,4 +1,4 @@
-<% unless @tags.nil? %>
+<% if @tags.any? %>
<h2><%= t('.title') %></h2>
<nav id='tags'>
<% tag_cloud(@tags, %w(tag1 tag2 tag3 tag4)) do |tag, css_class| %>