diff options
| author | jessib <jessib@leap.se> | 2012-12-31 15:20:31 -0800 | 
|---|---|---|
| committer | jessib <jessib@leap.se> | 2012-12-31 15:20:31 -0800 | 
| commit | 6b0fba93fc6137e83fb66cc38098f5479d1ce485 (patch) | |
| tree | 20be79ab3fda13a9dadd0ba01677ffd1484ccb3c | |
| parent | 4f35e7555feae15fb86eb81a38d4ff39b97ab576 (diff) | |
remove commented-out lines.
| -rw-r--r-- | help/app/views/tickets/new.html.haml | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/help/app/views/tickets/new.html.haml b/help/app/views/tickets/new.html.haml index 255be65..79a9af7 100644 --- a/help/app/views/tickets/new.html.haml +++ b/help/app/views/tickets/new.html.haml @@ -5,8 +5,6 @@      = f.input :email if !current_user  #hmm--might authenticated users want to submit an alternate email?      = f.input :regarding_user if !current_user      = render :partial => 'new_comment', :locals => {:f => f} -    = # regarding_user if not logged in -    = # email if not logged in      .form-actions        = f.button :submit, :class => 'btn-primary'        = link_to t(:cancel), tickets_path, :class => :btn  | 
