mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
13 lines
346 B
Scheme
Executable File
13 lines
346 B
Scheme
Executable File
<div id="home">
|
|
<h2><% _t('DOCUMENTEDMODULES', 'Documented Modules') %></h2>
|
|
|
|
<% if Entities %>
|
|
<% loop Entities %>
|
|
<div class="module">
|
|
<h3><a href="$Link">$Title</a></h3>
|
|
</div>
|
|
<% end_loop %>
|
|
<% else %>
|
|
<p><% _t('NOMODULEDOCUMENTATION', 'No modules with documentation installed could be found.') %></p>
|
|
<% end_if %>
|
|
</div> |