abritium_app/app/views/public/testimonies/_testimony.html.haml
Nicolas Bally 69532530c2 suite
2019-05-30 14:44:41 +02:00

8 lines
311 B
Plaintext

.testimony
=link_to image_tag(testimony.image_file.file.square.url()), testimony_path(testimony) if testimony.image_file
%blockquote
=link_to testimony.quote, testimony_path(testimony)
.author=link_to testimony.author+" - lire la suite >", testimony_path(testimony)
.clear{:style => "clear:both;"}