Add digest e-mails
This commit is contained in:
		
							parent
							
								
									f5457cc3d2
								
							
						
					
					
						commit
						6b81d10030
					
				
					 25 changed files with 117 additions and 32 deletions
				
			
		| 
						 | 
				
			
			@ -16,6 +16,7 @@
 | 
			
		|||
      = ff.input :reblog, as: :boolean, wrapper: :with_label
 | 
			
		||||
      = ff.input :favourite, as: :boolean, wrapper: :with_label
 | 
			
		||||
      = ff.input :mention, as: :boolean, wrapper: :with_label
 | 
			
		||||
      = ff.input :digest, as: :boolean, wrapper: :with_label
 | 
			
		||||
 | 
			
		||||
  = f.simple_fields_for :interactions, hash_to_object(current_user.settings.interactions) do |ff|
 | 
			
		||||
    = ff.input :must_be_follower, as: :boolean, wrapper: :with_label
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue