Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462591
_page.html.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, May 18, 10:54 PM
Size
571 B
Mime Type
text/plain
Expires
Tue, May 20, 10:54 PM (16 h, 50 m)
Engine
blob
Format
Raw Data
Handle
220645
Attached To
rARCHIVING archiving
_page.html.erb
View Options
<%#
Link showing page number
- available local variables
page: a page object for "this" page
url: url to this page
current_page: a page object for the currently displayed page
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
-%>
<li class="
<%=
'active'
if
page
.
current?
%>
">
<%=
link_to_unless
page
.
current?
,
"<span aria-hidden='true'>
#{
page
}
</span>"
.
html_safe
,
url
,
{
:remote
=>
remote
,
:rel
=>
page
.
next?
?
'next'
:
page
.
prev?
?
'prev'
:
nil
}
%>
</li>
Event Timeline
Log In to Comment