Commit ffdbc10c8b4625b8a49244fbd4a39e9672a4388d

Authored by Victor Costa
1 parent 1fc544e0

rails3: fix block edition

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/box_organizer/edit.html.erb
1 1 <div class="block-config-options <%= @block.class.name %>-options">
2 2 <h2 class="title"><%= _('Editing block') %></h2>
3 3  
4   - <% form_tag(:action => 'save', :id => @block.id) do %>
  4 + <%= form_tag(:action => 'save', :id => @block.id) do %>
5 5  
6 6 <%= labelled_form_field(_('Custom title for this block: '), text_field(:block, :title, :maxlength => 20)) %>
7 7  
... ...