diff --git a/app/views/galleries/show.html.erb b/app/views/galleries/show.html.erb index f1d45b9..400798a 100644 --- a/app/views/galleries/show.html.erb +++ b/app/views/galleries/show.html.erb @@ -1,18 +1,17 @@

<%= notice %>

- <%= @gallery.datum %> + <%= @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 %>

- - - +