Skip to content

Commit

Permalink
Add refresh button. Closes #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtricht committed Jan 6, 2017
1 parent b97b1b6 commit 24ec5be
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
1 change: 1 addition & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<td>{{ .CardsCompleted }} / {{ .Cards }}</td>
<td>{{ .PointsCompleted }} / {{ .Points }}</td>
<td>
<a href="{{ $.BaseURL }}refresh/{{ .ID }}"><i class="fa fa-refresh" aria-hidden="true"></i></a>
<a href="{{ $.BaseURL }}delete/{{ .ID }}"><i class="fa fa-trash" aria-hidden="true"></i></a>
</td>
</tr>
Expand Down
Loading

0 comments on commit 24ec5be

Please sign in to comment.