drafts: show TODO drafts properly.

- Fixes #5668
This commit is contained in:
RhodeCode Admin 2021-12-03 15:21:17 +01:00
parent 2b35e8af0d
commit ae99ab4e5e
3 changed files with 14 additions and 6 deletions

View file

@ -564,7 +564,6 @@
<input name="select_all_drafts" type="checkbox" onclick="selectDraftComments(event)">
</span>
<span class="sidebar-heading noselect" onclick="refreshDraftComments(); return false">
<i class="icon-comment icon-draft"></i>
${_('Drafts')}
</span>
<span class="block-right action_button last-item" onclick="submitDrafts(event)">${_('Submit')}</span>