diff --git a/app/views/inbox/_entry.html.haml b/app/views/inbox/_entry.html.haml
index 2d55623c..ea6ff358 100644
--- a/app/views/inbox/_entry.html.haml
+++ b/app/views/inbox/_entry.html.haml
@@ -30,12 +30,12 @@
%h4 Sharing
- if current_user.services.count > 0
.row
- - current_user.services.each do |service|
- .col-md-2.col-sm-4.col-xs-6
- %label
- %input{type: 'checkbox', name: 'ib-share', checked: :checked, data: { ib_id: i.id, service: service.provider }}
- Post to
- = service.provider.capitalize
+ - current_user.services.each do |service|
+ .col-md-2.col-sm-4.col-xs-6
+ %label
+ %input{type: 'checkbox', name: 'ib-share', checked: :checked, data: { ib_id: i.id, service: service.provider }}
+ Post to
+ = service.provider.capitalize
- else
%p
You have not connected any services yet. Visit your