mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-21 00:34:26 -05:00
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
|
<div class="container">
|
||
|
<p id="notice"><%= notice %></p>
|
||
|
<%= form_for(@volunteer) do |f| %>
|
||
|
<%= render 'fields', f: f, disabled: true %>
|
||
|
<% end %>
|
||
|
|
||
|
<%= link_to 'Edit', edit_volunteer_path(@volunteer) %> |
|
||
|
<%= link_to 'Back', volunteer_path %>
|
||
|
</div>
|