1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-21 00:34:26 -05:00

10 lines
266 B
Plaintext
Raw Normal View History

2014-03-12 19:37:51 -05:00
<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>