mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 10:45:04 -04:00
10 lines
221 B
Plaintext
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'
|