11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
<h1>Editing company</h1>
|
|
|
|
<%= render "form", company: @company %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this company", @company %> |
|
|
<%= link_to "Back to companies", companies_path %>
|
|
</div>
|