13 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <% content_for :title, "Editing project" %>
 | |
| 
 | |
| <h1>Editing project</h1>
 | |
| 
 | |
| <%= render "form", project: @project %>
 | |
| 
 | |
| <br>
 | |
| 
 | |
| <div>
 | |
|   <%= link_to "Show this project", @project %> |
 | |
|   <%= link_to "Back to projects", projects_path %>
 | |
| </div>
 | 
