Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
58c58362
Commit
58c58362
authored
Mar 11, 2016
by
Michael Ritter
Browse files
Include the page count/number in collection urls
parent
1c1e1a11
Changes
1
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/webapp/status.jsp
View file @
58c58362
...
...
@@ -262,7 +262,7 @@
</c:choose>
</td>
<td>
<a
href=
"Status?collectionid=${item.collection.id}"
>
${item.collection.name}
</a>
<a
href=
"Status?collectionid=${item.collection.id}
&page=${page.page}&count=${page.count}
"
>
${item.collection.name}
</a>
</td>
<td>
${item.collection.storage}
</td>
<td><h:DefaultValue
test=
"
${
item
.
totalFiles
>
-
1
}
"
success=
"
${
item
.
totalFiles
}
"
failure=
"Unknown"
/></td>
...
...
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