<%= I18n.t('lva.pruefungsinfo')%>
<%= @lva.pruefungsinformation.to_s.html_safe %>
<%= I18n.t('lva.lernaufwand')%>
<%= @lva.lernaufwand %>
<%= I18n.t('lva.desc')%>
<%= @lva.desc.to_s.html_safe %>
%= content_for :header do %>
<%= notice %>
<%= I18n.t("lva.ratebsp")%> <%= link_to ffi1_icon("facebook1") + I18n.t('home.fblogin'), user_omniauth_authorize_path(:facebook) ,class: :linkbox %>
<%= 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 %> <%= render b%> <% end %> <% end %>