@@ -238,7 +238,7 @@ this["Templates"] = this["Templates"] || {};
238
238
this["Templates"]["browser"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
239
239
var alias1=container.lambda, alias2=container.escapeExpression;
240
240
241
- return " <div class=\"col-xs-4 img_wrapper\">\n <img class=\"lazy\" data-original=\""
241
+ return " <div class=\"col-xs-12 img_wrapper\">\n <img class=\"lazy\" data-original=\""
242
242
+ alias2(alias1(depth0, depth0))
243
243
+ "\">\n <!--<img src=\""
244
244
+ alias2(alias1(depth0, depth0))
@@ -248,31 +248,29 @@ this["Templates"]["browser"] = Handlebars.template({"1":function(container,depth
248
248
249
249
return "<div class=\"container-fixed\">\n <div class=\"row\">\n"
250
250
+ ((stack1 = helpers.each.call(depth0 != null ? depth0 : {},(depth0 != null ? depth0.tracks : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
251
- + " </div>\n</div>";
251
+ + " </div>\n</div>\n ";
252
252
},"useData":true});
253
253
254
254
this["Templates"]["gene"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
255
255
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
256
256
257
257
return " <h1 class=\"page-header\">\n "
258
258
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
259
- + "\n <small> \n chromosome "
259
+ + "\n <small>\n chromosome "
260
260
+ alias4(((helper = (helper = helpers.chromosome || (depth0 != null ? depth0.chromosome : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"chromosome","hash":{},"data":data}) : helper)))
261
261
+ " (start: "
262
262
+ alias4(((helper = (helper = helpers.start || (depth0 != null ? depth0.start : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"start","hash":{},"data":data}) : helper)))
263
263
+ ", end: "
264
264
+ alias4(((helper = (helper = helpers.end || (depth0 != null ? depth0.end : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"end","hash":{},"data":data}) : helper)))
265
265
+ ")\n </small>\n </h1>\n <div style=\"width: 900px;\" id=\""
266
266
+ alias4(((helper = (helper = helpers.feature_viewer || (depth0 != null ? depth0.feature_viewer : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"feature_viewer","hash":{},"data":data}) : helper)))
267
- + "\"></div>\n <a href=\"/#/browser/"
267
+ + "\"></div>\n\n <ul class=\"nav nav-pills\">\n <li class=\"active\">\n <a href=\"/#/browser/"
268
268
+ alias4(((helper = (helper = helpers.chromosome || (depth0 != null ? depth0.chromosome : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"chromosome","hash":{},"data":data}) : helper)))
269
269
+ ":"
270
270
+ alias4(((helper = (helper = helpers.start || (depth0 != null ? depth0.start : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"start","hash":{},"data":data}) : helper)))
271
271
+ "-"
272
272
+ alias4(((helper = (helper = helpers.end || (depth0 != null ? depth0.end : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"end","hash":{},"data":data}) : helper)))
273
- + "\">\n <img class=\"img-responsive\" src=\""
274
- + alias4(((helper = (helper = helpers.img || (depth0 != null ? depth0.img : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"img","hash":{},"data":data}) : helper)))
275
- + "\" alt=\"\" data-toggle=\"tooltip\" title=\"Click image to explore region in browser\">\n </a>\n";
273
+ + "\">Explore region in browser</a>\n </li>\n </ul>\n";
276
274
},"3":function(container,depth0,helpers,partials,data) {
277
275
var helper;
278
276
@@ -282,11 +280,11 @@ this["Templates"]["gene"] = Handlebars.template({"1":function(container,depth0,h
282
280
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
283
281
var stack1, alias1=depth0 != null ? depth0 : {};
284
282
285
- return "<div class=\"col-lg-12\">\n \n"
283
+ return "<div class=\"col-lg-12\">\n\n"
286
284
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.name : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
287
- + " \n"
285
+ + "\n"
288
286
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.error : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
289
- + " <hr>\n</div>";
287
+ + " <hr>\n</div>\n ";
290
288
},"useData":true});
291
289
292
290
this["Templates"]["index"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
0 commit comments