Files
swagger-ui/src/main/template/status_code.handlebars
2016-08-17 20:55:23 +03:00

16 lines
403 B
Handlebars

<td width='15%' class='code'>{{{escape code}}}</td>
<td class="markdown">{{{escape message}}}</td>
<td width='50%'><span class="model-signature" /></td>
<td class="headers">
<table>
<tbody>
{{#each headers}}
<tr>
<td>{{@key}}</td>
<td>{{{sanitize this.description}}}</td>
<td>{{{escape this.type}}}</td>
</tr>
{{/each}}
</tbody>
</table>
</td>