AutoCommit Son Jun 21 01:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-06-21 01:03:01 +02:00
parent c62b3b34dd
commit ef4bfa4012
4 changed files with 11 additions and 5 deletions

View File

@@ -85,7 +85,7 @@
<p><%= I18n.t("lva.ratebsp")%> <%= link_to ffi1_icon("facebook1") + I18n.t('home.fblogin'), user_omniauth_authorize_path(:facebook) ,class: :linkbox %>
</p>
<%= link_to t("beispiel.zip") , beispiel_sammlung_lva_path(@lva), class: :linkbox %>
<% @lva.beispiele.order(:datum).each do |b| %>
<% @beispiele_all.each do |b| %>
<% 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 %>