1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-03-13 01:53:24 -04:00
bike-database/app/views/bikes/show.html.haml

8 lines
179 B
Plaintext
Raw Normal View History

2014-03-20 16:59:36 -05:00
.container
%p#notice= notice
= form_for(@bike) do |f|
= render 'fields', f: f, disabled: true
= link_to 'Edit', edit_bike_path(@bike)
|
= link_to 'Back', bikes_path