Blank Admin Pages
Added all the admin pages, but they have no content.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<template name="AppreciationEditor">
|
||||
<div id="appreciationEditor" class="textView">
|
||||
<div id="appreciationEditor">
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,4 +1,4 @@
|
||||
<template name="BoardEditor">
|
||||
<div id="boardEditor" class="textView">
|
||||
<div id="boardEditor" >
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,4 +1,4 @@
|
||||
<template name="DatesEditor">
|
||||
<div id="datesEditor" class="textView">
|
||||
<div id="datesEditor">
|
||||
</div>
|
||||
</template>
|
||||
4
imports/ui/Admin/InternshipsEditor.html
Normal file
4
imports/ui/Admin/InternshipsEditor.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<template name="InternshipsEditor">
|
||||
<div id="internshipsEditor">
|
||||
</div>
|
||||
</template>
|
||||
2
imports/ui/Admin/InternshipsEditor.js
Normal file
2
imports/ui/Admin/InternshipsEditor.js
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
import './InternshipsEditor.html';
|
||||
2
imports/ui/Admin/InternshipsEditor.styl
Normal file
2
imports/ui/Admin/InternshipsEditor.styl
Normal file
@@ -0,0 +1,2 @@
|
||||
#internshipsEditor
|
||||
display: block
|
||||
@@ -1,4 +1,4 @@
|
||||
<template name="NewsEditor">
|
||||
<div id="newsEditor" class="textView">
|
||||
<div id="newsEditor">
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user