Updated to nearly fully functional. Pre-release 1. Still needs some UI changes in the slideshow and admin pages (move the save button & fix the save detection for the internship list). Customer had one more page change request which I need to re-define and handle.
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
<template name="InternshipJobs">
|
||||
<div id="internshipJobs">
|
||||
Hello World
|
||||
<div id="internshipJobs" class="textView">
|
||||
<h3>Internship Job List</h3>
|
||||
<ol>
|
||||
{{#each internships}}
|
||||
<li><a href="/Internship-Job/{{_id}}">{{name}}</a></li>
|
||||
{{/each}}
|
||||
</ol>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template name="InternshipJob">
|
||||
<div id="internshipJob" class="textView">
|
||||
{{{internship.content}}}
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user