20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
%article
|
|
|
|
|
|
|
|
|
|
.article_body
|
|
.date=l(article.published_at, :format =>"%e %B %Y")
|
|
-if !article.title_cached
|
|
%h1=link_to article.title, public_article_path(:id => article.slug)
|
|
|
|
|
|
|
|
|
|
=render article.block
|
|
|
|
.share
|
|
=link_to i(:"twitter"), "http://twitter.com/intent/tweet?source=sharethiscom&text=Blog de Photographie Hors Piste : "+article.title+"&url="+public_article_path(:id => article.slug), :target => "_blank",:title => "partager sur twitter l'article du blog de Photographie Hors Piste : "+article.title.to_s
|
|
=link_to i(:"facebook"), "https://www.facebook.com/sharer.php?u="+public_article_path(:id => article.slug)+"&t=Blog de Photographie Hors Piste : "+article.title+"", :target => "_blank",:title => "partager sur facebook l'article du blog de Photographie Hors Piste : "+article.title.to_s
|
|
=#link_to i(:"pinterest"), "https://www.facebook.com/sharer.php?u="+public_article_path(:id => article.slug)+"&t=Blog de Photographie Hors Piste : "+article.title+"", :target => "_blank",:title => "partager sur facebook l'article du blog de Photographie Hors Piste : "+article.title.to_s
|
|
.hr |