Moved views out of private folder
This commit is contained in:
15
rpg-docs/client/views/notFound/notFound.html
Normal file
15
rpg-docs/client/views/notFound/notFound.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<template name="notFound">
|
||||
<app-toolbar class="app-grey white-text">
|
||||
<paper-icon-button icon="menu" drawer-toggle></paper-icon-button>
|
||||
</app-toolbar>
|
||||
<div layout vertical center center-justified fit
|
||||
style="padding: 16px; text-align: center;">
|
||||
<h2 style="margin-bottom: 12px;">The data for the page you requested could not be found.</h2>
|
||||
{{#if currentUser}}
|
||||
<h3>It might not exist, or you might not have permission to view it.</h3>
|
||||
{{else}}
|
||||
<h3>Perhaps you need to sign in first:</h3>
|
||||
{{atForm}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user