From 852c1433b36d57721868805b79e3cc359382662e Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Tue, 27 Jan 2015 00:10:42 -0500 Subject: [PATCH] more lattice stats --- js/menus/LatticeMenuView.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/js/menus/LatticeMenuView.js b/js/menus/LatticeMenuView.js index bd0b5dd3..30ee3467 100644 --- a/js/menus/LatticeMenuView.js +++ b/js/menus/LatticeMenuView.js @@ -23,16 +23,15 @@ LatticeMenuView = Backbone.View.extend({ }, render: function(){ - console.log("latticerender"); this.$el.html(this.template(_.extend(this.model.attributes, this._formatData()))); }, template: _.template('\ - Cell Type: <br/>\ - Cell Connection:<br/>\ + Cell Type: <%= formattedCellType %><br/>\ + Cell Connection: <%= formattedConnectionType %><br/>\ Scale: <%= scale %><br/>\ - Column Separation:<br/><br/>\ - NumCells: <%= numCells %><br/>\ + Column Separation:<br/>\ + NumCells: <%= numCells %><br/><br/>\ <a href="#" class=" btn btn-block btn-lg btn-default">Clear All Cells</a><br/>\ ') -- GitLab