about summary refs log tree commit diff
path: root/app/views/admin/invites/index.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-14 05:25:49 +0100
committerGitHub <noreply@github.com>2019-03-14 05:25:49 +0100
commit6e3936aa6f4296ac202b54c0b178b4fa825d7885 (patch)
tree98ce44bae108b3ade92c3ba25aa69be0ebc02c08 /app/views/admin/invites/index.html.haml
parent9e33174604952490136a6f8cce2c9bd3ca03a26c (diff)
Improve invites list with click-to-copy inputs (#10259)
Diffstat (limited to 'app/views/admin/invites/index.html.haml')
-rw-r--r--app/views/admin/invites/index.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/invites/index.html.haml b/app/views/admin/invites/index.html.haml
index 42159e9f3..ee6ba0f57 100644
--- a/app/views/admin/invites/index.html.haml
+++ b/app/views/admin/invites/index.html.haml
@@ -18,15 +18,15 @@
 
   %hr.spacer/
 
-.table-wrapper
-  %table.table
+.table-wrapper.simple_form
+  %table.table.table--invites
     %thead
       %tr
         %th
+        %th
         %th= t('invites.table.uses')
         %th= t('invites.table.expires_at')
         %th
-        %th
     %tbody
       = render @invites