Growstuff/growstuff

View on GitHub
app/views/scientific_names/edit.html.haml

Summary

Maintainability
Test Coverage
- 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'