initial commit
This commit is contained in:
		
							
								
								
									
										12
									
								
								app/views/clients/edit.html.erb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								app/views/clients/edit.html.erb
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| <% content_for :title, "Editing client" %> | ||||
|  | ||||
| <h1>Editing client</h1> | ||||
|  | ||||
| <%= render "form", client: @client %> | ||||
|  | ||||
| <br> | ||||
|  | ||||
| <div> | ||||
|   <%= link_to "Show this client", @client %> | | ||||
|   <%= link_to "Back to clients", clients_path %> | ||||
| </div> | ||||
		Reference in New Issue
	
	Block a user
	 Stefan Tollkühn
					Stefan Tollkühn