Simplify fires annotations

This commit is contained in:
Andreas Hocevar
2014-04-30 17:55:27 +02:00
parent f22aac1e22
commit 7271b50d5a
21 changed files with 26 additions and 27 deletions

View File

@@ -43,7 +43,7 @@ var self = this;
<?js if (data.fires && fires.length) { ?>
<h5>Fires:</h5>
<ul><?js fires.forEach(function(f) { ?>
<?js= self.partial('fires.tmpl', self.linkto(f) ) ?>
<?js= self.partial('fires.tmpl', self.linkto(f.replace('event:', '')) ) ?>
<?js }); ?></ul>
<?js } ?>