diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-08 13:34:58 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-08 13:34:58 +0200 |
commit | be5b03464cf021e39a7f2d973fde10b041246908 (patch) | |
tree | dce6f7df04afdd0b8306320da18fd907c812c896 /source | |
parent | a733ee6a12e7a4ff358457564cec77029cab59eb (diff) |
refactor image_with_thumb helper
Diffstat (limited to 'source')
-rw-r--r-- | source/verein.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <div class="content"> <div id="moods"> - <%= 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)") %> </div> <h2> |