Fix comment
parent
7ce430daaa
commit
51e80ab8fa
|
@ -4,4 +4,5 @@ div.form
|
||||||
h2.title(translate="COMMON.WATCHERS.ADD")
|
h2.title(translate="COMMON.WATCHERS.ADD")
|
||||||
fieldset
|
fieldset
|
||||||
input(type="text", data-maxlength="500", placeholder="{{'LIGHTBOX.ASSIGNED_TO.SEARCH' | translate}}", ng-model="usersSearch")
|
input(type="text", data-maxlength="500", placeholder="{{'LIGHTBOX.ASSIGNED_TO.SEARCH' | translate}}", ng-model="usersSearch")
|
||||||
div.watchers //- The content of this is rendered by directive
|
div.watchers
|
||||||
|
//- The content of this is rendered by directive
|
||||||
|
|
Loading…
Reference in New Issue