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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-18 18:35:03 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-18 18:35:03 +0300
commit73cd8ed0f8a8e64c03e1edd7bc91e58b63774f9e (patch)
tree79938660232f06b9418354e0300db969ffb7fcf4 /app/views/kaminari
parentcad4eb989e87c2e1ce996cfb5817d2c1729111c8 (diff)
[skip ci] Disable pagination gap button
Diffstat (limited to 'app/views/kaminari')
-rw-r--r--app/views/kaminari/gitlab/_gap.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/kaminari/gitlab/_gap.html.haml b/app/views/kaminari/gitlab/_gap.html.haml
index 7865b5e0a31..6eec30212d1 100644
--- a/app/views/kaminari/gitlab/_gap.html.haml
+++ b/app/views/kaminari/gitlab/_gap.html.haml
@@ -4,5 +4,5 @@
-# total_pages: total number of pages
-# per_page: number of items to fetch per page
-# remote: data-remote
-%li.page-item
+%li.page-item.disabled
= link_to raw(t 'views.pagination.truncate'), '#', class: 'page-link'