diff --git a/app/views/inbox/_entry.html.haml b/app/views/inbox/_entry.html.haml index 2aa9f6cc..fb65cce2 100644 --- a/app/views/inbox/_entry.html.haml +++ b/app/views/inbox/_entry.html.haml @@ -25,6 +25,6 @@ Delete - current_user.services.each do |service| %label - %input{type: 'checkbox', name: 'ib-share', data: { ib_id: i.id, service: service.provider }} + %input{type: 'checkbox', name: 'ib-share', checked: :checked, data: { ib_id: i.id, service: service.provider }} Post to = service.provider.capitalize \ No newline at end of file