<%= notice %>

<%= @gallery.fotos.size.to_s + " " + I18n.t('fotos.bilder')%> <%=I18n.l(@gallery.try(:datum).try(:to_date)) unless @gallery.try(:datum).try(:to_date).nil? %>

<%= @gallery.name %>

<%= @gallery.desc %>

<% for i in 0..@pppage_array.size-1 %> <%=@pppage_array[i]%> <% end %>

<% @fotos_p.each do |f| %>
<%= link_to ff_icon('icon-circle-arrow-down').html_safe, f.datei.url, :class=>"btn-small",title: I18n.t('fotos.download')+': '+f.title, rel: 'tooltip' %> <%= link_to ff_icon('icon-remove-circle').html_safe, gallery_foto_path(@gallery, f), :method => :delete, :class=>"btn-small btn-danger",title: I18n.t('fotos.delete')+': '+f.title, rel: 'tooltip', confirm: I18n.t('fotos.delete')+': '+f.title+', Sicher?'%>

<% end %> <% @fotos_n.each do |f| %>
<% if can? :delete,@gallery %>
<%= link_to ff_icon('icon-circle-arrow-down').html_safe, '', :class=>"btn-small"%>: <%= I18n.t('fotos.download_long')%>
<%= link_to ff_icon('icon-remove-circle').html_safe, '', :class=>"btn-small btn-danger"%>: <%= I18n.t('fotos.delete')%>

<% end %> <%= render 'layouts/pretty_toolbar' %>
<%= @pppage_array[@pppage] %> <%= javascript_include_tag "blueimp-gallery-all" %>