mirror of
https://github.com/fspc/bike-database.git
synced 2025-04-04 10:03:22 -04:00
10 lines
267 B
Plaintext
10 lines
267 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', volunteers_path %>
|
|
</div>
|