Created
August 10, 2012 10:46
-
-
Save e1senh0rn/3313322 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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