diff --git a/app/views/shared/_article_box.html.erb b/app/views/shared/_article_box.html.erb index cca0bd32d..0928ff9a5 100644 --- a/app/views/shared/_article_box.html.erb +++ b/app/views/shared/_article_box.html.erb @@ -22,7 +22,9 @@
<%= brief %>
Written on <%= date %>
- <%= content.html_safe %> + <% if content != nil %> + <%= content.html_safe %> + <% end %>
<%= link_to "Read More", path %>