19 lines
428 B
Plaintext
19 lines
428 B
Plaintext
-if @article.image_file
|
|
-img_url = @article.image_file.file.large.url
|
|
-@facebook_img = @article.image_file.file.large.medium.url
|
|
|
|
.header
|
|
%h1 Actualités.
|
|
|
|
=render @article
|
|
|
|
.article.right
|
|
=render @article.blocks.find_by_lang_site_id(@lang.id)
|
|
|
|
|
|
|
|
-if current_admin
|
|
.admin_panel
|
|
=link_to "Modifier cet article", edit_admin_article_path(:id => @article.id, :lang => @lang.slug), :class => "btn btn-primary"
|
|
|