Merge pull request #5959 from vinzv/patch-2

Fix broken credits box
This commit is contained in:
Hypolite Petovan 2018-10-21 17:03:55 -04:00 committed by GitHub
commit ac19a9cddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<div id="credits" class="generic-page-wrapper">
{{include file="section_title.tpl"}}
<p>{{$thanks}}</p>
<ul class="credits">
{{foreach $names as $name}}
<li>{{$name}}</li>
{{/foreach}}
</ul>
<div class="clear"></div>
</div>