14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
<p style="color: green"><%= notice %></p>
|
|
|
|
<% content_for :title, "Adresse" %>
|
|
|
|
<h1>Adresse</h1>
|
|
|
|
<%= render @subproject_address %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this subproject address", edit_subproject_address_path(@subproject_address) %> |
|
|
<%= link_to "Back to subproject addresses", subproject_addresses_path %>
|
|
|
|
<%= button_to "Destroy this subproject address", @subproject_address, method: :delete %>
|
|
</div> |