Removed useless header.

This commit is contained in:
Paul van Tilburg 2011-11-07 17:45:34 +01:00
parent 8863f27e77
commit 69497e93d4
1 changed files with 0 additions and 3 deletions

View File

@ -742,9 +742,6 @@ module StopTime::Views
end
def task_form
# FIXME: it's not always new
h2 "New task for #{@customer.name}"
form :action => R(*@target), :method => :post do
ul do
li { _form_input_with_label("Name", "name", :text) }