Skip to content

Commit

Permalink
Merge 3643999 into c22a2fe
Browse files Browse the repository at this point in the history
  • Loading branch information
sysadminmatmoz committed Nov 15, 2017
2 parents c22a2fe + 3643999 commit bb6167c
Showing 1 changed file with 9 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,63 +105,24 @@
</table>

<t t-if="o.business_requirement">
<h3>Customer Story:</h3>
<table class="table table-bordered">
<tbody>
<tr>
<td>
<pre style="padding-left: 30px;">
<span t-field="o.business_requirement"/>
</pre>
</td>
</tr>
</tbody>
</table>
<h3 style="width: 210mm; word-wrap: break-word;">Customer Story:</h3>
<span t-field="o.business_requirement"
style="padding-left: 30px; width: 210mm; word-wrap: break-word; height: 100%;"/>
</t>

<t t-if="o.scenario">
<h3>Scenario:</h3>
<table class="table .table-striped">
<tbody>
<tr>
<td>
<pre style="padding-left: 30px;">
<span t-field="o.scenario"/>
</pre>
</td>
</tr>
</tbody>
</table>
<h3 style="width: 210mm; word-wrap: break-word;">Scenario:</h3>
<span t-field="o.scenario"
style="padding-left: 30px; width: 210mm; word-wrap: break-word; height: 100%;"/>
</t>

<t t-if="o.gap">
<h3>Gap:</h3>
<table class="table table-bordered">
<tbody>
<tr>
<td>
<pre style="padding-left: 30px;">
<span t-field="o.gap"/>
</pre>
</td>
</tr>
</tbody>
</table>
<h3 style="width: 210mm; word-wrap: break-word;">Gap:</h3>
<span t-field="o.gap" style="width: 210mm; word-wrap: break-word; height: 100%;"/>
</t>

<t t-if="o.test_case">
<h3>Test Case:</h3>
<table class="table table-bordered">
<tbody>
<tr>
<td>
<pre style="padding-left: 30px;">
<t t-raw="o.test_case"/>
</pre>
</td>
</tr>
</tbody>
</table>
<span t-field="o.test_case" style="width: 210mm; word-wrap: break-word; height: 100%;"/>
</t>
</template>

Expand Down

0 comments on commit bb6167c

Please sign in to comment.