Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit b9a357a

Browse files
committed
Fixes #12.
1 parent 45d33a3 commit b9a357a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3>{{hostiles}} hostile{{#if hostiles}}s{{/if}} in {{name}}</h3>
203203
<td class="actions">
204204
<a title="Set Destination" onClick="CCPEVE.setDestination({{systemId}})"><i class="fa fa-map-marker" title="Set Destination"></i></a>
205205
<a title="Start Conversation" onClick="CCPEVE.startConversation({{id}})"><i class="fa fa-comment" title="Start Conversation"></i></a>
206-
{{killboard_link name}}
206+
{{killboard_link name id}}
207207
</td>
208208
</tr>
209209
</table>

0 commit comments

Comments
 (0)