Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
ed9ced31
Commit
ed9ced31
authored
Apr 09, 2017
by
Liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🚧
#12256
parent
cb7a6c38
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
src/main/java/org/b3log/solo/processor/util/Filler.java
src/main/java/org/b3log/solo/processor/util/Filler.java
+1
-1
src/main/webapp/skins/mobile/header.ftl
src/main/webapp/skins/mobile/header.ftl
+2
-4
src/main/webapp/skins/mobile/images/icon-pool/category.png
src/main/webapp/skins/mobile/images/icon-pool/category.png
+0
-0
No files found.
src/main/java/org/b3log/solo/processor/util/Filler.java
View file @
ed9ced31
...
...
@@ -811,7 +811,7 @@ public class Filler {
fillRecentComments
(
dataModel
,
preference
);
}
if
(
Templates
.
hasExpression
(
template
,
"<#list mostUsedCategories as
tag
>"
))
{
if
(
Templates
.
hasExpression
(
template
,
"<#list mostUsedCategories as
category
>"
))
{
fillMostUsedCategories
(
dataModel
,
preference
);
}
...
...
src/main/webapp/skins/mobile/header.ftl
View file @
ed9ced31
...
...
@@ -28,7 +28,7 @@
<a href="#head-pages"><img src="${staticServePath}/skins/${skinDirName}/images/icon-pool/Pages.png" alt=""/></a>
<a href="#head-tags"><img src="${staticServePath}/skins/${skinDirName}/images/icon-pool/Tags.png" alt=""/></a>
<a href="#head-cats"><img src="${staticServePath}/skins/${skinDirName}/images/icon-pool/Archives.png" alt=""/></a>
<a href="#head-category"><img src="${staticServePath}/skins/${skinDirName}/images/icon-pool/
Archives
.png" alt=""/></a>
<a href="#head-category"><img src="${staticServePath}/skins/${skinDirName}/images/icon-pool/
category
.png" alt=""/></a>
</div>
<ul id="head-pages">
...
...
@@ -65,9 +65,7 @@
<#if 0 != mostUsedCategories?size>
<#list mostUsedCategories as category>
<li>
<a href="${servePath}/category/${category.categoryURI}"
aria-label="${category.categoryTagCnt} ${tagsLabel}"
class="tag tooltipped tooltipped-n">
<a href="${servePath}/category/${category.categoryURI}">
${category.categoryTitle}</a>
</li>
</#list>
...
...
src/main/webapp/skins/mobile/images/icon-pool/category.png
0 → 100644
View file @
ed9ced31
19.5 KB
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