Skip to content

Instantly share code, notes, and snippets.

@matthewphilyaw
Created April 22, 2014 10:58
Show Gist options
  • Save matthewphilyaw/11174123 to your computer and use it in GitHub Desktop.
Save matthewphilyaw/11174123 to your computer and use it in GitHub Desktop.
define("app/templates/application", ["exports"], function(__exports__){ __exports__["default"] = function anonymous(Handlebars,depth0,helpers,partials,data) {
this.compilerInfo = [4,'>= 1.0.0'];
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
var buffer = '', stack1, helper, options, self=this, helperMissing=helpers.helperMissing;
function program1(depth0,data) {
data.buffer.push("Builder");
}
function program3(depth0,data) {
data.buffer.push("+ Room");
}
data.buffer.push("<header class=\"navbar navbar-default navbar-collapse navbar-static-top\" role=\"banner\">\n <div class=\"container\">\n <div class=\"navbar-header\">\n ");
stack1 = (helper = helpers['link-to'] || (depth0 && depth0['link-to']),options={hash:{
'class': ("navbar-brand")
},hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},inverse:self.noop,fn:self.program(1, program1, data),contexts:[depth0],types:["STRING"],data:data},helper ? helper.call(depth0, "world", options) : helperMissing.call(depth0, "link-to", "world", options));
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
data.buffer.push("\n </div>\n <nav role=\"navigation\">\n <ul class=\"nav navbar navbar-right\">\n <li>\n ");
stack1 = (helper = helpers['link-to'] || (depth0 && depth0['link-to']),options={hash:{
'class': ("btn btn-default navbar-btn")
},hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},inverse:self.noop,fn:self.program(3, program3, data),contexts:[depth0],types:["STRING"],data:data},helper ? helper.call(depth0, "room.new", options) : helperMissing.call(depth0, "link-to", "room.new", options));
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
data.buffer.push("\n </li>\n </ul>\n </nav>\n </div>\n</header>\n<div class=\"main\">\n ");
stack1 = helpers._triageMustache.call(depth0, "outlet", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});
if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
data.buffer.push("\n</div>\n");
return buffer;
}; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment