29 lines
872 B
Plaintext
29 lines
872 B
Plaintext
.traduction_avertissement
|
||
%p
|
||
%strong Avertissement
|
||
%p
|
||
Les témoignages des médecins formés par l'Ecole EFT France présents sur les sites de Geneviève Gagos, www.Technique-EFT.com et www.Ecole-EFT-France.fr, ne peuvent être reproduits ou cités sur d'autres sites ou documents ; toute reproduction pouvant créer une confusion dans l’esprit du public, en donnant une fausse validation d’ordre médical, est strictement interdite.
|
||
|
||
:scss
|
||
.traduction_avertissement{
|
||
|
||
padding:10px 20px;
|
||
background:#f4f4f4;
|
||
margin:20px 0;
|
||
}
|
||
|
||
|
||
|
||
-if !@testimony.block
|
||
-@testimony.block = Block.new
|
||
-@testimony.save
|
||
|
||
#testimony_header
|
||
=image_tag(@testimony.image_file.file.square.url) if @testimony.image_file
|
||
.quote
|
||
=@testimony.quote
|
||
.author
|
||
=@testimony.author
|
||
|
||
%p{:style => "clear:both;"}
|
||
=render @testimony.block |