mirror of https://gitee.com/bigwinds/arangodb
bug fixed in swagger footer
This commit is contained in:
parent
b5982aa2aa
commit
ce80970a77
File diff suppressed because it is too large
Load Diff
|
@ -369,28 +369,10 @@ function program15(depth0,data) {
|
|||
templates['main'] = template(function (Handlebars,depth0,helpers,partials,data) {
|
||||
this.compilerInfo = [2,'>= 1.0.0-rc.3'];
|
||||
helpers = helpers || Handlebars.helpers; data = data || {};
|
||||
var buffer = "", stack1, functionType="function", escapeExpression=this.escapeExpression, self=this;
|
||||
|
||||
function program1(depth0,data) {
|
||||
|
||||
var buffer = "", stack1;
|
||||
buffer += "\n , <span style=\"font-variant: small-caps\">api version</span>: ";
|
||||
if (stack1 = helpers.apiVersion) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
|
||||
else { stack1 = depth0.apiVersion; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
|
||||
buffer += escapeExpression(stack1)
|
||||
+ "\n ";
|
||||
return buffer;
|
||||
}
|
||||
|
||||
buffer += "\n<div class='container' id='resources_container'>\n <ul id='resources'>\n </ul>\n\n <div class=\"footer\">\n <br>\n <br>\n <h4 style=\"color: #999\">[ <span style=\"font-variant: small-caps\">base url</span>: ";
|
||||
if (stack1 = helpers.basePath) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
|
||||
else { stack1 = depth0.basePath; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
|
||||
buffer += escapeExpression(stack1)
|
||||
+ "\n ";
|
||||
stack1 = helpers['if'].call(depth0, depth0.apiVersion, {hash:{},inverse:self.noop,fn:self.program(1, program1, data),data:data});
|
||||
if(stack1 || stack1 === 0) { buffer += stack1; }
|
||||
buffer += "]</h4>\n </div>\n</div>\n";
|
||||
return buffer;
|
||||
|
||||
return "\n<div class='container' id='resources_container'>\n <ul id='resources'>\n </ul>\n</div>\n";
|
||||
});
|
||||
})();
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,3 @@
|
|||
</ul>
|
||||
<ul class="thumbnails2">
|
||||
<div id="transparentHeader">
|
||||
<h4>Core - API - Documentation</h4>
|
||||
|
@ -9,4 +8,3 @@
|
|||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue