Appreciation Editor Complete / All Others Incomplete
The text editor for the appreciation page is complete, but all other files are empty, besides User Manager.
This commit is contained in:
@@ -10,47 +10,41 @@
|
||||
</div>
|
||||
<div class="menuArea generalMenu">
|
||||
<ul>
|
||||
<li class="{{isActiveRoute 'InternshipJobs'}}">
|
||||
<a href="{{pathFor 'InternshipJobs'}}">
|
||||
<li class="{{isActiveRoute 'InternshipsEditor'}}">
|
||||
<a href="{{pathFor 'InternshipsEditor'}}">
|
||||
Internship Job List
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'DatesEditor'}}">
|
||||
<a href="{{pathFor 'DatesEditor'}}">
|
||||
Important Dates
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'AppreciationEditor'}}">
|
||||
<a href="{{pathFor 'AppreciationEditor'}}">
|
||||
Appreciation
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'BoardEditor'}}">
|
||||
<a href="{{pathFor 'BoardEditor'}}">
|
||||
Current Board
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'NewsEditor'}}">
|
||||
<a href="{{pathFor 'NewsEditor'}}">
|
||||
News & Notices
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'UserManagement'}}">
|
||||
<a href="{{pathFor 'UserManagement'}}">
|
||||
Users
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'ImportantDates'}}">
|
||||
<a href="{{pathFor 'ImportantDates'}}">
|
||||
Important Dates
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'Appreciation'}}">
|
||||
<a href="{{pathFor 'Appreciation'}}">
|
||||
Appreciation
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'CurrentBoard'}}">
|
||||
<a href="{{pathFor 'CurrentBoard'}}">
|
||||
Current Board
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'News&Notices'}}">
|
||||
<a href="{{pathFor 'News&Notices'}}">
|
||||
News & Notices
|
||||
</a>
|
||||
</li>
|
||||
<!-- Below is a second menu with a tag attached. -->
|
||||
<!--<li class="{{isActiveRoute 'Misc'}}">-->
|
||||
<!--<a href="{{pathFor 'Misc'}}">-->
|
||||
<!--Misc <!– <span class="tag">sample tag</span>–>-->
|
||||
<!--</a>-->
|
||||
<!--</li>-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="contentBody verticalStack">
|
||||
<div class="contentBody">
|
||||
{{> Template.dynamic template=content}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
8
imports/ui/layouts/Admin.import.styl
vendored
8
imports/ui/layouts/Admin.import.styl
vendored
@@ -181,9 +181,5 @@
|
||||
color: white
|
||||
|
||||
.contentBody
|
||||
flex: 1 1 1px
|
||||
padding: 10px 20px
|
||||
-webkit-box-shadow: inset 4px 2px 10px -3px rgba(168,165,168,1)
|
||||
-moz-box-shadow: inset 4px 2px 10px -3px rgba(168,165,168,1)
|
||||
box-shadow: inset 8px 0px 10px -3px rgba(168,165,168,1)
|
||||
overflow: hidden
|
||||
height:100%
|
||||
padding: 10px 40px 10px 40px
|
||||
Reference in New Issue
Block a user