From 9de59307c9cddf689ea3f302571bb6cfd0d689fa Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 21 Sep 2014 11:31:35 +0200 Subject: converted templates from erb to haml --- source/_article_summary.html.haml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source/_article_summary.html.haml (limited to 'source/_article_summary.html.haml') diff --git a/source/_article_summary.html.haml b/source/_article_summary.html.haml new file mode 100644 index 0000000..8654176 --- /dev/null +++ b/source/_article_summary.html.haml @@ -0,0 +1,8 @@ +- article = article_summary +%div + %h3 + = link_to article.title, article + %span= article.date.strftime('%b %e') + %p + = article_paragraphs(article).first + = link_to "Mehr >>", article -- cgit v1.2.1