diff --git a/app/views/blocks/profile_image.rhtml b/app/views/blocks/profile_image.rhtml index 5c5194d..4906d52 100644 --- a/app/views/blocks/profile_image.rhtml +++ b/app/views/blocks/profile_image.rhtml @@ -1,6 +1,8 @@
-

<%= block.title %>

+<% if block.title.present? %> +

<%= block.title %>

+<% end %>
-- libgit2 0.21.2