1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 11:27:18 +00:00

repair bug

This commit is contained in:
shanshuirenjia
2018-12-12 18:29:50 +08:00
parent c8e36e3552
commit 2c55f90893
3 changed files with 5 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ class DeletedRepoItem extends Component {
<td className="update">{localTime}</td>
<td>
{this.state.highlight && (
<a href="#" onClick={this.restoreDeletedRepo} className="sf2-icon-reply sf2-x repo-share-btn op-icon"></a>
<a href="#" onClick={this.restoreDeletedRepo} className="sf2-icon-reply sf2-x repo-share-btn op-icon" title={gettext('Restore')} aria-label={gettext('Restore')}></a>
)}
</td>
</tr>