From a2dae7c5d42c66754def372712e1e0ee9c3eb00f Mon Sep 17 00:00:00 2001 From: nilsding Date: Sat, 13 Dec 2014 15:49:19 +0100 Subject: [PATCH] checked state is best state --- app/views/inbox/_entry.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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