Upgraded node packages. Updated savefile layout.
This commit is contained in:
parent
9ce057cc0b
commit
76bf2fac51
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "10"
|
- "node"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -169,7 +169,6 @@
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Uploaded By</th>
|
<th>Uploaded By</th>
|
||||||
<th>Date</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -178,7 +177,6 @@
|
||||||
<td><a href="/savefiles/{{ $gameName }}/{{ .filename }}">{{ .title }}</a></td>
|
<td><a href="/savefiles/{{ $gameName }}/{{ .filename }}">{{ .title }}</a></td>
|
||||||
<td>{{ .description }}</td>
|
<td>{{ .description }}</td>
|
||||||
<td><a href="https://community.citra-emu.org/u/{{ .author }}/summary">{{ .author }}</a></td>
|
<td><a href="https://community.citra-emu.org/u/{{ .author }}/summary">{{ .author }}</a></td>
|
||||||
<td>{{ dateFormat "January 2, 2006" .date }}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Reference in New Issue