summaryrefslogtreecommitdiff
path: root/engines/support/app/views/tickets/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'engines/support/app/views/tickets/index.html.haml')
-rw-r--r--engines/support/app/views/tickets/index.html.haml16
1 files changed, 1 insertions, 15 deletions
diff --git a/engines/support/app/views/tickets/index.html.haml b/engines/support/app/views/tickets/index.html.haml
index 526cd6d..d107ce2 100644
--- a/engines/support/app/views/tickets/index.html.haml
+++ b/engines/support/app/views/tickets/index.html.haml
@@ -1,19 +1,5 @@
- @show_navigation = params[:user_id].present?
= render 'tickets/tabs'
-
-%table.table.table-striped.table-bordered
- %thead
- %tr
- %th= t(".subject")
- %th= t(".created")
- %th= t(".updated")
- %th= t(".voices")
- %tbody
- - if @tickets.any?
- = render @tickets.all
- - else
- %tr
- %td{:colspan=>4}= t(".none")
-
+= table @tickets, %w(subject created updated voices)
= paginate @tickets