Added loads
This commit is contained in:
10
app/views/companies/edit.html.erb
Normal file
10
app/views/companies/edit.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<h1>Editing company</h1>
|
||||
|
||||
<%= render "form", company: @company %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Show this company", @company %> |
|
||||
<%= link_to "Back to companies", companies_path %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user