17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
|
|
|
|
%table#testimony_show
|
|
%tr
|
|
%td{:style => "vertical-align:top;"}
|
|
%p
|
|
Auteur :
|
|
=@testimony.author
|
|
|
|
%p
|
|
Citation :
|
|
=@testimony.quote
|
|
|
|
%td{:style => "text-align:right;"}
|
|
-if @testimony.image_file
|
|
=image_tag @testimony.image_file.file.square.url
|
|
|