Moved views out of private folder
This commit is contained in:
8
rpg-docs/client/views/user/profile/usernameDialog.html
Normal file
8
rpg-docs/client/views/user/profile/usernameDialog.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<template name="usernameDialog">
|
||||
<div>
|
||||
<paper-input id="usernameInput" label="Username" value={{profileName}}></paper-input>
|
||||
</div>
|
||||
<div style="color: red;" class="vertMargin">{{errorMessage}}</div>
|
||||
<paper-button id="cancelButton" affirmative> Cancel </paper-button>
|
||||
<paper-button id="changeButton" disabled={{invalid}} affirmative> Change Username </paper-button>
|
||||
</template>
|
||||
Reference in New Issue
Block a user