Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-09-06 18:09:01 +0300
committerAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-09-06 18:09:01 +0300
commit97dcf8b9c0516a73ea4fce3b452621935ffffbd9 (patch)
tree7088336dce3842e736e0d1265d95989403a60a96 /app/views/admin
parentb70748e6358cab5b5b0c241c68bd5541cd0d5af1 (diff)
Remove striped table styling of Admin Area Applications view
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/applications/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/applications/index.html.haml b/app/views/admin/applications/index.html.haml
index 94d33fa6489..2cdf98075d1 100644
--- a/app/views/admin/applications/index.html.haml
+++ b/app/views/admin/applications/index.html.haml
@@ -5,7 +5,7 @@
System OAuth applications don't belong to any user and can only be managed by admins
%hr
%p= link_to 'New application', new_admin_application_path, class: 'btn btn-success'
-%table.table.table-striped
+%table.table
%thead
%tr
%th Name