Commit 130a3bf9 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'upgrade-gitlab-ui' into 'master'

Upgrade GitLab UI and migrate pagination

See merge request gitlab-org/gitlab!25891
parents a7eb81e3 d8e5b348
...@@ -3,8 +3,8 @@ import { s__ } from '~/locale'; ...@@ -3,8 +3,8 @@ import { s__ } from '~/locale';
export const PAGINATION_UI_BUTTON_LIMIT = 4; export const PAGINATION_UI_BUTTON_LIMIT = 4;
export const UI_LIMIT = 6; export const UI_LIMIT = 6;
export const SPREAD = '...'; export const SPREAD = '...';
export const PREV = s__('Pagination|Prev'); export const PREV = s__('Pagination|Prev');
export const NEXT = s__('Pagination|Next'); export const NEXT = s__('Pagination|Next');
export const FIRST = s__('Pagination|« First'); export const FIRST = s__('Pagination|« First');
export const LAST = s__('Pagination|Last »'); export const LAST = s__('Pagination|Last »');
export const LABEL_FIRST_PAGE = s__('Pagination|Go to first page'); export const LABEL_FIRST_PAGE = s__('Pagination|Go to first page');
......
---
title: Remove special chars from previous and next items in pagination
merge_request: 25891
author:
type: other
...@@ -13658,18 +13658,12 @@ msgstr "" ...@@ -13658,18 +13658,12 @@ msgstr ""
msgid "Pagination|Next" msgid "Pagination|Next"
msgstr "" msgstr ""
msgid "Pagination|Next ›"
msgstr ""
msgid "Pagination|Prev" msgid "Pagination|Prev"
msgstr "" msgstr ""
msgid "Pagination|« First" msgid "Pagination|« First"
msgstr "" msgstr ""
msgid "Pagination|‹ Prev"
msgstr ""
msgid "Parameter" msgid "Parameter"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment