Revision c0206109 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates.js
345 345
  data.buffer.push(">\n    <div class=\"what\">\n        <div class=\"img-wrap\">\n            <span class=\"snf-volume-full snf-font\"></span>\n        </div>\n        <h4>");
346 346
  stack1 = helpers._triageMustache.call(depth0, "item.name", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});
347 347
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
348
  data.buffer.push("</h4>\n    </div>\n    <div class=\"clearfix\">\n        <ul class=\"connections\">\n            <li>\n\n                <a href=\"#\" ");
348
  data.buffer.push("</h4>\n    </div>\n    <div class=\"clearfix\">\n        <ul class=\"connections\">\n            <li>\n                <a href=\"#\" ");
349 349
  data.buffer.push(escapeExpression(helpers.action.call(depth0, "revealModal", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data})));
350 350
  data.buffer.push("  class=\"act\" >&nbsp;</a>\n                <div class=\"icon\"></div>\n                <div class=\"data\">\n                    <ul>\n                        <li>\n                            <h5 class=\"volume-data\">Size</h5>\n                            <p>");
351 351
  data.buffer.push(escapeExpression((helper = helpers['bytes-to-human'] || (depth0 && depth0['bytes-to-human']),options={hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data},helper ? helper.call(depth0, "item.size", options) : helperMissing.call(depth0, "bytes-to-human", "item.size", options))));
......
450 450
  var buffer = '';
451 451
  data.buffer.push("\n");
452 452
  data.buffer.push(escapeExpression(helpers.view.call(depth0, "App.VolumesListView", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data})));
453
  data.buffer.push("\n	<section class=\"connect-new disk\">\n		<div class=\"img-wrap\">\n			<a href=\"\" data-reveal-id=\"attach-volume\">\n				<span class=\"snf-volume-full snf-font\"></span>\n			</a>\n		</div>\n		<p><a href=\"\" data-reveal-id=\"attach-volume\">Attach Volume</a></p>\n	</section>\n");
453
  data.buffer.push("\n	<section class=\"connect-new disk\">\n		<div class=\"img-wrap\">\n			<a href=\"\" data-reveal-id=\"attach-volume\">\n				<span class=\"snf-volume-full snf-font\"></span>\n			</a>\n		</div>\n		<p><a href=\"\">Attach Volume</a></p>\n	</section>\n");
454 454
  return buffer;
455 455
  }
456 456

  

Also available in: Unified diff