Commit 18813ea7 authored by Van's avatar Van

Merge branches '3.1.0-dev' and '3.2.0-dev' of https://github.com/b3log/solo into 3.2.0-dev

parents 76806bd5 fd5bed8b
This diff is collapsed.
...@@ -42,7 +42,8 @@ admin.commentList = { ...@@ -42,7 +42,8 @@ admin.commentList = {
}, { }, {
text: Label.authorLabel, text: Label.authorLabel,
index: "title", index: "title",
style: "padding-left: 12px;" style: "padding-left: 12px;",
width: 154
}, { }, {
text: Label.dateLabel, text: Label.dateLabel,
index: "date", index: "date",
......
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