Updated game script to align with GameDB API on core. Updated license files to match Github repository. (#82)

This commit is contained in:
Flame Sage
2018-05-09 21:43:23 -04:00
committed by GitHub
parent da5e951b3b
commit 1be32e9ef5
8 changed files with 452 additions and 1113 deletions

View File

@@ -73,7 +73,7 @@
<td>Title IDs</td>
<td>
{{ range .Params.releases }}
<div><img src="{{ $BaseURL }}/images/regions/{{ .region }}.png" /> {{ .title }}</div>
<div><img src="{{ $BaseURL }}/images/regions/{{ .region }}.png" /> {{ .id }}</div>
{{ end }}
</td>
</tr>
@@ -145,7 +145,7 @@
<tbody>
{{- range .Params.issues }}
<tr>
<td><a href="https://github.com/citra-emu/citra/issues/{{ .number }}">{{ .title }}</a></td>
<td><a href="https://github.com/citra-emu/citra/issues/{{ .id }}">{{ .title }}</a></td>
<td>{{ dateFormat "January 2, 2006" .created_at }}</td>
<td>{{ dateFormat "January 2, 2006" .updated_at }}</td>
</tr>