[IMP] Removed ' table-bordered table-striped table-hover' css from the table.

Removed the APPLY button.

bzr revid: psa@tinyerp.com-20130812100527-ze18h3k9xs6sgrk2
This commit is contained in:
Paramjit Singh Sahota 2013-08-12 15:35:27 +05:30
parent 4f3bfd4c4d
commit 8f0071e3c8
1 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,7 @@
<div class="page-header">
<h1 class="text-center"><t t-esc="company.name"/></h1>
</div>
<table class="table table-bordered table-striped table-hover">
<table class="table">
<thead>
<tr>
<th>Post Name</th>
@ -39,9 +39,6 @@
<span t-if="job.department_id"><t t-esc="job.department_id.name"/></span>
<span><t t-esc="job.post_date"/></span>
</td>
<td>
<a t-att-href="'/job/detail/%%s' %% job.id">Apply</a>
</td>
</tr>
</t>
</tbody>