mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Fixed missions table
This commit is contained in:
parent
4f452ba588
commit
0c57678db6
@ -11,7 +11,7 @@ define(function (require) {
|
||||
template = _.template(tpl);
|
||||
|
||||
return Marionette.ItemView.extend({
|
||||
tagName: "td",
|
||||
tagName: "tr",
|
||||
template: template
|
||||
});
|
||||
});
|
||||
|
@ -1 +1,3 @@
|
||||
<a href='#missions/<%-name%>'><%-name%></a>
|
||||
<td>
|
||||
<a href='#missions/<%-name%>'><%-name%></a>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user