Skip to content

Commit 8eb7ed2

Browse files
committed
remove 'new' marker from task management
1 parent d468202 commit 8eb7ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<a href="create"><i class="fa fa-plus-circle"></i> Create</a>
5555
</li>
5656
<li role="presentation" title="Manage Tasks" data-ng-class="{ active: userCtrl.isActive('manage')}">
57-
<a href="manage"><i class="fa fa-check-circle"></i> Manage <span class="superscript">New</span></a>
57+
<a href="manage"><i class="fa fa-check-circle"></i> Manage</a>
5858
</li>
5959
<li role="presentation" title="AsanaNG Settings" data-ng-class="{ active: userCtrl.isActive('settings')}">
6060
<a href="settings"><i class="fa fa-gear"></i> Settings</a>

0 commit comments

Comments
 (0)