From ffdbc10c8b4625b8a49244fbd4a39e9672a4388d Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 28 Jan 2014 15:52:46 -0300 Subject: [PATCH] rails3: fix block edition --- app/views/box_organizer/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/box_organizer/edit.html.erb b/app/views/box_organizer/edit.html.erb index bc11bed..2a98ca1 100644 --- a/app/views/box_organizer/edit.html.erb +++ b/app/views/box_organizer/edit.html.erb @@ -1,7 +1,7 @@

<%= _('Editing block') %>

- <% form_tag(:action => 'save', :id => @block.id) do %> + <%= form_tag(:action => 'save', :id => @block.id) do %> <%= labelled_form_field(_('Custom title for this block: '), text_field(:block, :title, :maxlength => 20)) %> -- libgit2 0.21.2