forked from bofh/fetsite
FIX: Translation
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Upload file</h2>
|
|
||||||
<%= semantic_form_for [@gallery, @foto], :remote=>true, :html => { :multipart => true, :id => "fileupload" } do |f| %>
|
<%= semantic_form_for [@gallery, @foto], :remote=>true, :html => { :multipart => true, :id => "fileupload" } do |f| %>
|
||||||
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
||||||
<div class="row fileupload-buttonbar">
|
<div class="row fileupload-buttonbar">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<h1>New foto</h1>
|
<h1><%=I18n.t('fotos.upload-pictures')%></h1>
|
||||||
|
|
||||||
<%= render 'form_bulk' %>
|
<%= render 'form_bulk' %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user