Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
cd606e17
Commit
cd606e17
authored
Sep 11, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove kaminari views moved from CI
parent
ec8e2463
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
23 deletions
+0
-23
app/views/ci/kaminari/_first_page.html.haml
app/views/ci/kaminari/_first_page.html.haml
+0
-2
app/views/ci/kaminari/_gap.html.haml
app/views/ci/kaminari/_gap.html.haml
+0
-2
app/views/ci/kaminari/_last_page.html.haml
app/views/ci/kaminari/_last_page.html.haml
+0
-2
app/views/ci/kaminari/_next_page.html.haml
app/views/ci/kaminari/_next_page.html.haml
+0
-2
app/views/ci/kaminari/_page.html.haml
app/views/ci/kaminari/_page.html.haml
+0
-2
app/views/ci/kaminari/_paginator.html.haml
app/views/ci/kaminari/_paginator.html.haml
+0
-11
app/views/ci/kaminari/_prev_page.html.haml
app/views/ci/kaminari/_prev_page.html.haml
+0
-2
No files found.
app/views/ci/kaminari/_first_page.html.haml
deleted
100644 → 0
View file @
ec8e2463
%li
=
link_to_unless
current_page
.
first?
,
raw
(
t
'views.pagination.first'
),
url
,
:remote
=>
remote
app/views/ci/kaminari/_gap.html.haml
deleted
100644 → 0
View file @
ec8e2463
%li
.disabled
=
link_to
raw
(
t
'views.pagination.truncate'
),
'#'
app/views/ci/kaminari/_last_page.html.haml
deleted
100644 → 0
View file @
ec8e2463
%li
=
link_to_unless
current_page
.
last?
,
raw
(
t
'views.pagination.last'
),
url
,
{
:remote
=>
remote
}
app/views/ci/kaminari/_next_page.html.haml
deleted
100644 → 0
View file @
ec8e2463
%li
=
link_to_unless
current_page
.
last?
,
raw
(
t
'views.pagination.next'
),
url
,
:rel
=>
'next'
,
:remote
=>
remote
app/views/ci/kaminari/_page.html.haml
deleted
100644 → 0
View file @
ec8e2463
%li
{
class:
"#{'active' if page.current?}"
}
=
link_to
page
,
page
.
current?
?
'#'
:
url
,
{
:remote
=>
remote
,
:rel
=>
page
.
next?
?
'next'
:
page
.
prev?
?
'prev'
:
nil
}
app/views/ci/kaminari/_paginator.html.haml
deleted
100644 → 0
View file @
ec8e2463
=
paginator
.
render
do
%ul
.pagination
=
first_page_tag
unless
current_page
.
first?
=
prev_page_tag
unless
current_page
.
first?
-
each_page
do
|
page
|
-
if
page
.
left_outer?
||
page
.
right_outer?
||
page
.
inside_window?
=
page_tag
page
-
elsif
!
page
.
was_truncated?
=
gap_tag
=
next_page_tag
unless
current_page
.
last?
=
last_page_tag
unless
current_page
.
last?
app/views/ci/kaminari/_prev_page.html.haml
deleted
100644 → 0
View file @
ec8e2463
%li
=
link_to_unless
current_page
.
first?
,
raw
(
t
'views.pagination.previous'
),
url
,
:rel
=>
'prev'
,
:remote
=>
remote
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment