[IMP] Typo and add link in layout

bzr revid: rim@openerp.com-20140411122620-33rcxanaxhf5qxap
This commit is contained in:
Richard Mathot (OpenERP) 2014-04-11 14:26:20 +02:00
parent 22fff5237b
commit 2a8232c25e
1 changed files with 4 additions and 4 deletions

View File

@ -248,7 +248,7 @@
<table class="table table-hover table-condensed"> <table class="table table-hover table-condensed">
<thead> <thead>
<tr> <tr>
<th>User Responce</th> <th>User Responses</th>
<th>Occurence</th> <th>Occurence</th>
</tr> </tr>
</thead> </thead>
@ -274,10 +274,10 @@
</thead> </thead>
<tbody> <tbody>
<tr class="hidden" t-foreach="number_result['input_lines']" t-as="user_input"> <tr class="hidden" t-foreach="number_result['input_lines']" t-as="user_input">
<td><t t-esc="user_input_index+1"></t></td> <td><a t-att-href="'%s/%s' % (user_input.user_input_id.print_url, user_input.user_input_id.token)"><t t-esc="user_input_index + 1"></t></a></td>
<td> <!-- <td><t t-esc="user_input_index+1"></t></td>
--> <td>
<span t-field="user_input.value_number"></span><br/> <span t-field="user_input.value_number"></span><br/>
<small><p t-field="user_input.date_create" class="fa fa-calendar oe_date text-muted"></p></small>
</td> </td>
</tr> </tr>
</tbody> </tbody>