show paper status

merge-requests/20/head
Anton Romanov 6 years ago
parent f587f80eb6
commit 863991953c

@ -84,7 +84,7 @@ function showPaperDashboard(dashboardElement) {
"<div class=\"row\">" +
"<div class=\"col-2\">" +
"<span class=\"fa-stack fa-1x\">" +
"<i class=\"fa fa-circle fa-stack-2x text-primary\"></i>" +
"<i class=\"fa fa-circle fa-stack-2x " + getPaperStatusClass(paper.status) + "\"></i>" +
"<i class=\"fa fa-file-text-o fa-stack-1x fa-inverse\"></i>" +
"</span>" +
"</div>" +

Loading…
Cancel
Save