mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-02 05:09:27 -04:00
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
.photo.hero.jumbotron
|
|
.row
|
|
.col-6
|
|
= image_tag(photo.thumbnail_url, alt: photo.title, class: 'img img-responsive hero-photo')
|
|
.col-6
|
|
%h3= link_to photo.title, photo
|
|
- if photo.date_taken
|
|
Taken on #{I18n.l photo.date_taken}
|