Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
Fixed Disease Splicer NanoUI template errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faerdan committed Jul 18, 2014
1 parent 26e0c64 commit cc458c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nano/templates/disease_splicer.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
{{for data.effects}}
<div>
<div class="highlight">
({{:data.stage}}) {{:data.name}}
{{if data.badness > 1}}
({{:value.stage}}) {{:value.name}}
{{if value.badness > 1}}
<span class='bad'><b>Dangerous</b></span>
{{/if}}
</div>
Expand Down Expand Up @@ -74,7 +74,7 @@
</div>
<div class='itemContent'>
{{for data.effects}}
{{:helper.link(data.stage, 'transferthick-e-w', { 'grab' : data.reference })}}
{{:helper.link(value.stage, 'transferthick-e-w', { 'grab' : value.reference })}}
{{/for}}
</div>
<div class='itemContent'>
Expand Down

0 comments on commit cc458c1

Please sign in to comment.