1
0
Fork 0

Frontend: Removed the ugly bar below the swagger documentation

This commit is contained in:
Michael Hackstein 2013-03-27 18:58:37 +01:00
parent 064d93f822
commit 26a9e5527b
1 changed files with 6 additions and 2 deletions

View File

@ -381,8 +381,11 @@ function program1(depth0,data) {
+ "\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>: ";
buffer += "\n<div class='container' id='resources_container'>\n <ul id='resources'>\n </ul>";
return buffer;
/* Old Version from swagger.
buffer += "\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)
@ -391,6 +394,7 @@ function program1(depth0,data) {
if(stack1 || stack1 === 0) { buffer += stack1; }
buffer += "]</h4>\n </div>\n</div>\n";
return buffer;
*/
});
})();