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