citra-emu
/
citra-web
Archived
1
0
Fork 0

Upgraded node packages. Updated savefile layout.

This commit is contained in:
chris062689@gmail.com 2018-11-15 21:56:53 -05:00
parent 9ce057cc0b
commit 76bf2fac51
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@
language: node_js language: node_js
node_js: node_js:
- "10" - "node"
cache: yarn cache: yarn
script: script:

View File

@ -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>