diff options
author | jessib <jessib@riseup.net> | 2012-10-16 15:51:35 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-16 15:51:35 -0700 |
commit | 48d6c2aac9ae2bf1c140e734a576e45289c99150 (patch) | |
tree | e52e003e635ee650fbe0981dc1cb4c29c409429e /help/app/views/tickets/new.html.haml | |
parent | 56273c13f54a872d02db286c90a8d5103cf7a663 (diff) |
Some functional tests and other tweaks.
Diffstat (limited to 'help/app/views/tickets/new.html.haml')
-rw-r--r-- | help/app/views/tickets/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/app/views/tickets/new.html.haml b/help/app/views/tickets/new.html.haml index d784720..8c660c9 100644 --- a/help/app/views/tickets/new.html.haml +++ b/help/app/views/tickets/new.html.haml @@ -1,5 +1,5 @@ %h2=t :new_ticket -= simple_form_for (@ticket, :html => {:novalidate => true}) do |f| #turn off html5 validations to test += simple_form_for(@ticket, :html => {:novalidate => true}) do |f| #turn off html5 validations to test = #@ticket.errors.messages = f.input :title = #f.input :email #if there is no current_user |