13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
-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 |