ruby
This commit is contained in:
		
							parent
							
								
									68c64808c5
								
							
						
					
					
						commit
						e253a71fc4
					
				
					 78 changed files with 1371 additions and 8 deletions
				
			
		
							
								
								
									
										16
									
								
								app/views/layouts/application.html.erb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								app/views/layouts/application.html.erb
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | |||
| <!DOCTYPE html> | ||||
| <html> | ||||
|   <head> | ||||
|     <title>Borders</title> | ||||
|     <meta name="viewport" content="width=device-width,initial-scale=1"> | ||||
|     <%= csrf_meta_tags %> | ||||
|     <%= csp_meta_tag %> | ||||
| 
 | ||||
|     <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> | ||||
|     <%= javascript_importmap_tags %> | ||||
|   </head> | ||||
| 
 | ||||
|   <body> | ||||
|     <%= yield %> | ||||
|   </body> | ||||
| </html> | ||||
							
								
								
									
										13
									
								
								app/views/layouts/mailer.html.erb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								app/views/layouts/mailer.html.erb
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| <!DOCTYPE html> | ||||
| <html> | ||||
|   <head> | ||||
|     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||||
|     <style> | ||||
|       /* Email styles need to be inline */ | ||||
|     </style> | ||||
|   </head> | ||||
| 
 | ||||
|   <body> | ||||
|     <%= yield %> | ||||
|   </body> | ||||
| </html> | ||||
							
								
								
									
										1
									
								
								app/views/layouts/mailer.text.erb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								app/views/layouts/mailer.text.erb
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| <%= yield %> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue