projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97f45e
)
Proper fix for MKWS-352.
author
Mike Taylor
<mike@indexdata.com>
Mon, 19 Jan 2015 12:31:29 +0000
(12:31 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 19 Jan 2015 12:31:29 +0000
(12:31 +0000)
The "targets" template uses the "name" element rather than "id".
src/templates/targets.handlebars
patch
|
blob
|
history
diff --git
a/src/templates/targets.handlebars
b/src/templates/targets.handlebars
index
5bba8a2
..
8b2355d
100644
(file)
--- a/
src/templates/targets.handlebars
+++ b/
src/templates/targets.handlebars
@@
-23,7
+23,7
@@
data:
<tbody>
{{#each data}}
<tr>
- <td>{{{id}}}</td>
+ <td>{{{name}}}</td>
<td>{{hits}}</td>
<td>
{{#if message}}