From 7dad1771f437023bbc24baf3c45ca4d28c302420 Mon Sep 17 00:00:00 2001 From: HausdorffHimself Date: Thu, 12 Sep 2013 03:33:39 +0200 Subject: [PATCH] FIX: Translation --- app/views/fotos/_form_bulk.html.erb | 1 - app/views/fotos/new.html.erb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/fotos/_form_bulk.html.erb b/app/views/fotos/_form_bulk.html.erb index a0f6332..c829a8c 100644 --- a/app/views/fotos/_form_bulk.html.erb +++ b/app/views/fotos/_form_bulk.html.erb @@ -1,5 +1,4 @@
-

Upload file

<%= semantic_form_for [@gallery, @foto], :remote=>true, :html => { :multipart => true, :id => "fileupload" } do |f| %>
diff --git a/app/views/fotos/new.html.erb b/app/views/fotos/new.html.erb index 4afa250..71fd220 100644 --- a/app/views/fotos/new.html.erb +++ b/app/views/fotos/new.html.erb @@ -1,4 +1,4 @@ -

New foto

+

<%=I18n.t('fotos.upload-pictures')%>

<%= render 'form_bulk' %>