diff --git a/app/views/lvas/show.html.erb b/app/views/lvas/show.html.erb
index 9dec3de..82c6a46 100755
--- a/app/views/lvas/show.html.erb
+++ b/app/views/lvas/show.html.erb
@@ -74,6 +74,7 @@
+
@@ -82,11 +83,12 @@
<%= link_to t("beispiel.zip") , beispiel_sammlung_lva_path(@lva), class: :linkbox %>
<% @lva.beispiele.order(:datum).each do |b| %>
- <% cache("beispiel_" +I18n.locale.to_s+b.id.to_s+can?(:delete,b)+"_"+can?(:edit,b) + "_" + b.updated_at.try(:utc).try(:to_s)) do %>
+ <% cache("beispiel_" +I18n.locale.to_s+b.id.to_s+can?(:delete,b).to_s+"_"+can?(:edit,b).to_s + "_" + b.updated_at.try(:utc).try(:to_s)) do %>
<%= render b%>
<% end %>
<% end %>
+
diff --git a/public/404.html b/public/404.html
index 9a48320..3c16ac6 100755
--- a/public/404.html
+++ b/public/404.html
@@ -5,15 +5,17 @@
+
+
@@ -21,6 +23,8 @@
The page you were looking for doesn't exist.
You may have mistyped the address or the page may have moved.
+
return to main page
+