From be5b03464cf021e39a7f2d973fde10b041246908 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Tue, 8 Apr 2014 13:34:58 +0200 Subject: refactor image_with_thumb helper --- source/verein.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/verein.html.erb') diff --git a/source/verein.html.erb b/source/verein.html.erb index 62a30d0..4e3e45d 100644 --- a/source/verein.html.erb +++ b/source/verein.html.erb @@ -1,8 +1,8 @@
- <%= image_with_thumb("was_ist_das_sublab.pdf", thumbnail: "wasistdassublab.png", caption: "Was ist das sublab? (pdf)") %> - <%= image_with_thumb("sublab-presentation.pdf", thumbnail: "presi.png", caption: "Ubucon Präsentation (pdf)") %> + <%= asset_with_thumb("/inc/was_ist_das_sublab.pdf", thumbnail: "wasistdassublab.png", caption: "Was ist das sublab? (pdf)") %> + <%= asset_with_thumb("/inc/sublab-presentation.pdf", thumbnail: "presi.png", caption: "Ubucon Präsentation (pdf)") %>

-- cgit v1.2.1