diff --git a/app/views/fotos/show.html.erb b/app/views/fotos/show.html.erb index 04c4e6b..babad45 100644 --- a/app/views/fotos/show.html.erb +++ b/app/views/fotos/show.html.erb @@ -7,10 +7,11 @@ bottom: 40pt; top: 0" %> <% #, gallery_foto_path(@foto.gallery, ((@foto.gallery.fotos[@foto.gallery.fotos.index(@foto)+1].nil?) ? (@foto.gallery.fotos[0].try(:id).to_i) : @foto.gallery.fotos[@foto.gallery.fotos.index(@foto)+1].try(:id).to_i) ) %>
<%= notice %>
+ <%= link_to ff_icon('icon-circle-arrow-down').html_safe, @foto.datei.url, + :class=>"btn",title: I18n.t('fotos.download')+': '+@foto.title,:target=>:blank, :style=>"" %> + + <%= render_shareable :url=>gallery_foto_url(@foto.gallery,@foto, {theme: nil, locale: nil}),:turbolinks=>true, :buttons=>[:facebook, :twitter, :google_plus] %> +<%= notice %>
+<%= notice %>
+<%= notice %>
-- <%= @gallery.desc %> -
- -