Files
growstuff/app/views/scientific_names/edit.html.haml
Brenda Wallace 92939ca204 Spec updates
2018-10-16 14:08:37 +13:00

10 lines
221 B
Plaintext

- content_for :title, "Edit scientific name"
%p
Added by
= link_to @scientific_name.creator, @scientific_name.creator
= distance_of_time_in_words(@scientific_name.created_at, Time.zone.now)
ago.
= render 'form'