diff options
Diffstat (limited to 'help/app')
| -rw-r--r-- | help/app/views/tickets/_ticket_data.html.haml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/help/app/views/tickets/_ticket_data.html.haml b/help/app/views/tickets/_ticket_data.html.haml index 3d301be..fee080f 100644 --- a/help/app/views/tickets/_ticket_data.html.haml +++ b/help/app/views/tickets/_ticket_data.html.haml @@ -22,4 +22,4 @@      = button_to 'Close', {:post => {:is_open => false}}, :method => :put, :class => 'btn btn-small'    - else      = 'closed' -    = button_to 'Open', {:post => {:is_open => true}}, :method => :put, :class => 'btn btn-small'
\ No newline at end of file +    = button_to 'Open', {:post => {:is_open => true}}, :method => :put, :class => 'btn btn-small' | 
