parent
693ded8298
commit
fa2de8c195
2 changed files with 0 additions and 10 deletions
|
|
@ -136,11 +136,6 @@
|
|||
= type.check_box :started_sharing, {:checked => @email_prefs['started_sharing']}, false, true
|
||||
%br
|
||||
|
||||
%p.checkbox_select
|
||||
= type.label :also_commented, t('.also_commented')
|
||||
= type.check_box :also_commented, {:checked => @email_prefs['also_commented']}, false, true
|
||||
%br
|
||||
|
||||
%p.checkbox_select
|
||||
= type.label :mentioned, t('.mentioned')
|
||||
= type.check_box :mentioned, {:checked => @email_prefs['mentioned']}, false, true
|
||||
|
|
|
|||
|
|
@ -124,11 +124,6 @@
|
|||
= type.check_box :started_sharing, {:checked => @email_prefs['started_sharing']}, false, true
|
||||
%br
|
||||
|
||||
%p.checkbox_select
|
||||
= type.label :also_commented, t('.also_commented')
|
||||
= type.check_box :also_commented, {:checked => @email_prefs['also_commented']}, false, true
|
||||
%br
|
||||
|
||||
%p.checkbox_select
|
||||
= type.label :mentioned, t('.mentioned')
|
||||
= type.check_box :mentioned, {:checked => @email_prefs['mentioned']}, false, true
|
||||
|
|
|
|||
Loading…
Reference in a new issue