diff options
Diffstat (limited to 'list.tmpl')
-rw-r--r-- | list.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,16 +20,16 @@ pre { <h1>GNU Taler Dashboard</h1> <a href="/">Table view</a> <h2>List View</h2> - Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}} + Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updating every {{.Freq}} {{ with .Lasterror }}, Last error: {{ . }} {{end}} - <p> + <!-- p> {{ $issues := .Issues }} {{ range $issues.Tags }} <button>{{ . }}</button> {{ end }} - </p> + </p --> {{ range $cat := $issues.Categories }} <h3>{{ . }}</h3> |