feat: label new note button
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
.sk-button.contrast.wide(
|
.sk-button.contrast.wide(
|
||||||
ng-click='self.createNewNote()',
|
ng-click='self.createNewNote()',
|
||||||
title='Create a new note in the selected tag'
|
title='Create a new note in the selected tag'
|
||||||
)
|
aria-label="Create new note"
|
||||||
|
)
|
||||||
.sk-label
|
.sk-label
|
||||||
i.icon.ion-plus.add-button
|
i.icon.ion-plus.add-button
|
||||||
.filter-section(role='search')
|
.filter-section(role='search')
|
||||||
|
|||||||
Reference in New Issue
Block a user