Skip to content

Instantly share code, notes, and snippets.

@e1senh0rn
Created August 10, 2012 10:46
Show Gist options
  • Select an option

  • Save e1senh0rn/3313322 to your computer and use it in GitHub Desktop.

Select an option

Save e1senh0rn/3313322 to your computer and use it in GitHub Desktop.
(function() {
this.JST || (this.JST = {});
this.JST["templates/request_dialog/dialog"] = (function() {
this.HandlebarsTemplates || (this.HandlebarsTemplates = {});
this.HandlebarsTemplates["request_dialog/dialog"] = Handlebars.template(function(Handlebars, depth0, helpers, partials, data) {
helpers = helpers || Handlebars.helpers;
var foundHelper, self = this;
return "= form_tag :url => requests_path, :html => { :remote => true } do\n .error_messages\n";
});
return HandlebarsTemplates["request_dialog/dialog"];
}).call(this);;
}).call(this);
// VS
(function() {
this.HandlebarsTemplates || (this.HandlebarsTemplates = {});
this.HandlebarsTemplates["request_dialog/dialog"] = Handlebars.template(function(Handlebars, depth0, helpers, partials, data) {
helpers = helpers || Handlebars.helpers;
var foundHelper, self = this;
return "= form_tag :url => requests_path, :html => { :remote => true } do\n .error_messages\n";
});
return HandlebarsTemplates["request_dialog/dialog"];
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment