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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates.js
43 43
  
44 44
  var buffer = '', helper, options;
45 45
  data.buffer.push("\n						<li>\n							");
46
  data.buffer.push(escapeExpression((helper = helpers['actionBtns-simple'] || (depth0 && depth0['actionBtns-simple']),options={hash:{
46
  data.buffer.push(escapeExpression((helper = helpers['btn-1'] || (depth0 && depth0['btn-1']),options={hash:{
47 47
    'actionLabel': ("description"),
48 48
    'elementID': ("controller.id"),
49 49
    'action': ("description"),
50 50
    'param': ("controller.id")
51
  },hashTypes:{'actionLabel': "ID",'elementID': "ID",'action': "ID",'param': "ID"},hashContexts:{'actionLabel': depth0,'elementID': depth0,'action': depth0,'param': depth0},contexts:[],types:[],data:data},helper ? helper.call(depth0, options) : helperMissing.call(depth0, "actionBtns-simple", options))));
51
  },hashTypes:{'actionLabel': "ID",'elementID': "ID",'action': "ID",'param': "ID"},hashContexts:{'actionLabel': depth0,'elementID': depth0,'action': depth0,'param': depth0},contexts:[],types:[],data:data},helper ? helper.call(depth0, options) : helperMissing.call(depth0, "btn-1", options))));
52 52
  data.buffer.push("\n						</li>\n					");
53 53
  return buffer;
54 54
  }
......
182 182

  
183 183
  data.buffer.push("<div>hey you</div>");
184 184
  
185
});
186

  
187
Ember.TEMPLATES["components/btn-1"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data
188
/**/) {
189
this.compilerInfo = [4,'>= 1.0.0'];
190
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
191
  var buffer = '', stack1;
192

  
193

  
194
  stack1 = helpers._triageMustache.call(depth0, "actionLabel", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});
195
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
196
  data.buffer.push(" - ");
197
  stack1 = helpers._triageMustache.call(depth0, "elementID", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});
198
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
199
  return buffer;
200
  
201
});
202

  
203
Ember.TEMPLATES["components/login-menu"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data
204
/**/) {
205
this.compilerInfo = [4,'>= 1.0.0'];
206
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
207
  var buffer = '', stack1;
208

  
209

  
210
  data.buffer.push("	\n		<div class=\"wrap\">\n			<a href=\"\">");
211
  stack1 = helpers._triageMustache.call(depth0, "email", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});
212
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
213
  data.buffer.push("</a>\n			<ul>\n				<li><a href=\"\">dashboard</a></li>\n				<li><a href=\"\">sign out</a></li>\n			</ul>\n		</div>");
214
  return buffer;
215
  
185 216
});

Also available in: Unified diff