Fixed missions table

This commit is contained in:
Björn Dahlgren 2014-04-05 14:51:40 +00:00
parent 4f452ba588
commit 0c57678db6
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ define(function (require) {
template = _.template(tpl);
return Marionette.ItemView.extend({
tagName: "td",
tagName: "tr",
template: template
});
});

View File

@ -1 +1,3 @@
<a href='#missions/<%-name%>'><%-name%></a>
<td>
<a href='#missions/<%-name%>'><%-name%></a>
</td>