diff --git a/app/views/galleries/show.html.erb b/app/views/galleries/show.html.erb index 73d32f0..ecda4af 100644 --- a/app/views/galleries/show.html.erb +++ b/app/views/galleries/show.html.erb @@ -28,6 +28,7 @@ end %> +<%= display_meta_tags %> <% end %> @@ -139,6 +140,7 @@ end + <%= 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' %>