13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
|
|
%h1=@article.title
|
|
.article_date
|
|
le
|
|
=l @article.published_at, :format => :human_date
|
|
-if @article.author
|
|
par
|
|
=@article.author.name
|
|
=image_tag @article.image_file.file.large.medium.url if @article.image_file
|
|
.description=simple_format @article.description
|
|
%hr
|
|
=render @article.block
|