1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

repair bug

This commit is contained in:
shanshuirenjia
2018-12-11 18:34:31 +08:00
parent 5136b50498
commit 1be95b5faa
5 changed files with 13 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ class GroupView extends React.Component {
<span className="path-split">/</span>
<span>{currentGroup.name}</span>
{currentGroup.parent_group_id !== 0 && (
<span className="address-book-group-icon icon-building" title={gettext("This is a special group representing a department.")}></span>
<span className="department-group-icon fas fa-building" title={gettext("This is a special group representing a department.")}></span>
)}
</div>
<div className="path-tool">