File tree 8 files changed +659
-555
lines changed
tests/statics/drafter/html
8 files changed +659
-555
lines changed Original file line number Diff line number Diff line change 14
14
{% if structure .value is iterable %}
15
15
{% if structure is object_type %}
16
16
<table class =" table table-striped mdl-data-table mdl-js-data-table" >
17
+ <caption >Object: {{ name }}</caption >
17
18
{% for value in structure .value %}
18
19
{{ value | raw }}
19
20
{% endfor %}
Original file line number Diff line number Diff line change 72
72
<h5 >URI Parameters</h5 >
73
73
<div class =" row" >
74
74
<table class =" table table-striped mdl-data-table mdl-js-data-table " >
75
+ <caption >URI Parameter values</caption >
75
76
<thead >
76
77
<tr >
77
- <td >key</td >
78
- <td >type</td >
79
- <td >status</td >
80
- <td >description</td >
81
- <td >value</td >
78
+ <th >key</th >
79
+ <th >type</th >
80
+ <th >status</th >
81
+ <th >description</th >
82
+ <th >value</th >
82
83
</tr >
83
84
</thead >
84
85
<tbody >
130
131
<h5 >Data Structure</h5 >
131
132
<div class =" row" >
132
133
<table class =" table table-striped mdl-data-table mdl-js-data-table" >
134
+ <caption >Transaction data structure</caption >
133
135
{% for value in response .structure %}{{ value | raw }}{% endfor %}
134
136
</table >
135
137
</div >
Original file line number Diff line number Diff line change 5
5
<li class =" collection-header" > <a href =" #{{ category .get_href }}" >{{ category .title }}</a ></li >
6
6
{% for resource in category .children %}
7
7
<li class =" collection-item resource" aria-label =" Resource {{category .title }}/{{resource .title }}" >
8
- <b ><a class =" nav-link" href =" #{{ resource .get_href | replace ({' -' : ' /' }) }}" >{{resource .title }}</a ></b >
8
+ <strong ><a class =" nav-link" href =" #{{ resource .get_href | replace ({' -' : ' /' }) }}" >{{resource .title }}</a ></strong >
9
9
{% for transition in resource .children %}
10
10
<a class =" nav-link" href =" #{{ transition .get_href | replace ({' -' : ' /' }) }}"
11
11
aria-label =" Transition {{category .title }}/{{resource .title }}/{{ transition .title }}" >
Original file line number Diff line number Diff line change 72
72
<h5 >URI Parameters</h5 >
73
73
<div >
74
74
<table class =" table table-striped mdl-data-table mdl-js-data-table " >
75
+ <caption >URI Parameter overview</caption >
75
76
<thead >
76
77
<tr >
77
- <td >key</td >
78
- <td >type</td >
79
- <td >status</td >
80
- <td >description</td >
81
- <td >value</td >
78
+ <th >key</th >
79
+ <th >type</th >
80
+ <th >status</th >
81
+ <th >description</th >
82
+ <th >value</th >
82
83
</tr >
83
84
</thead >
84
85
<tbody >
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments