diff options
author | jessib <jessib@riseup.net> | 2012-10-12 14:42:57 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-12 14:42:57 -0700 |
commit | 56273c13f54a872d02db286c90a8d5103cf7a663 (patch) | |
tree | 2a093d43f09a3179d571f6f7d887a1176e5c27f7 /help/app/views/tickets/new.html.haml | |
parent | 336d5f786bbd1aaf1847007db64e55f96e585b9d (diff) |
more work on ticket creation/updating functionality
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 0a6b25b..d784720 100644 --- a/help/app/views/tickets/new.html.haml +++ b/help/app/views/tickets/new.html.haml @@ -13,4 +13,4 @@ = # email if not logged in = #f.button :submit, :value => t(:submit), :class => 'btn-primary' = f.button :submit - = link_to t(:cancel), root_url, :class => :btn + = link_to t(:cancel), tickets_path, :class => :btn |