This commit is contained in:
Thomas Blazek
2013-08-22 11:51:57 +02:00
parent 5aca5eca1c
commit 9b2db870bc
4 changed files with 12 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<span class="btn btn-success fileinput-button">
<i class="icon-plus icon-white"></i>
<span>Add files...</span>
<%= f.file_field :datei %>
<%= f.file_field :datei%>
<%= f.input :gallery %>
</span>
<button type="submit" class="btn btn-primary start">

View File

@@ -2,4 +2,4 @@
<%= render 'form_bulk' %>
<%= link_to 'Back', gallery_fotos_path(params[:gallery_id]) %>
<%= link_to 'Back', gallery_path(params[:gallery_id]) %>