Use ['locales.I18n.available'] to generate field label

This commit is contained in:
Nicolas Le Goff
2013-05-31 16:02:20 +02:00
parent 3dcb45d974
commit 16d79abd43
6 changed files with 43 additions and 20 deletions

View File

@@ -54,7 +54,7 @@ define([
});
},
render: function() {
var template = _.template($("#item_list_view_template").html(), {});
var template = _.template($("#item_list_view_template").html());
this.$el.empty().html(template);