mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-05 18:11:11 +00:00
Revert "Display Pivotal Education related courseware"
This reverts commit bf15ee8a6d.
This commit is contained in:
parent
bf15ee8a6d
commit
7d63246f6b
2 changed files with 0 additions and 66 deletions
|
|
@ -29,26 +29,6 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="project-courses-widget-template">
|
||||
<h2>Related Courseware</h2>
|
||||
{@ if(hasCourses) { @}
|
||||
<h3 id="education">Pivotal Education</h3>
|
||||
<ul>
|
||||
{@ _.each(courses, function(course) { @}
|
||||
<li><a href="{@= course.url @}">{@= course.name @}</a></li>
|
||||
{@ }); @}
|
||||
</ul>
|
||||
{@ } @}
|
||||
{@ if(hasTalks) { @}
|
||||
<h3 id="talks">Engineering Talks</h3>
|
||||
<ul>
|
||||
{@ _.each(talks, function(talk) { @}
|
||||
<li><a href="{@= talk.url @}">{@= talk.name @}</a></li>
|
||||
{@ }); @}
|
||||
</ul>
|
||||
{@ } @}
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="project-download-widget-controls-template">
|
||||
<div class="js-download-widget-selector">
|
||||
<select class='selector selectpicker'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue