mirror of
https://github.com/fspc/bike-database.git
synced 2025-03-13 01:53:24 -04:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
.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
|