mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Unused template.
This commit is contained in:
parent
e9132c446f
commit
cabda45f96
@ -1,13 +0,0 @@
|
||||
<div id="folder-listing">
|
||||
<h2>$Title</h2>
|
||||
|
||||
<% if Pages %>
|
||||
<ul>
|
||||
<% loop Pages %>
|
||||
<li><a href="$Link">$Title</a></li>
|
||||
<% end_loop %>
|
||||
</ul>
|
||||
<% else %>
|
||||
<p>No documentation pages found for $Title. If you need help writing documentation please consult the README.</p>
|
||||
<% end_if %>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user