Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 2268 | Rev 2271 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2268 Rev 2270
Línea 319... Línea 319...
319
</section>
319
</section>
Línea 320... Línea 320...
320
 
320
 
321
<script id="competenciesTemplate" type="text/x-jsrender">
321
<script id="competenciesTemplate" type="text/x-jsrender">
322
    {{for job_description.competencies}}
322
    {{for job_description.competencies}}
323
        <div class="card-body">
323
        <div class="card-body">
324
            <h5 class="card-title">{{:job_description.competencies.name}}</h5>
324
            <h5 class="card-title">{{:name}}</h5>
325
                {{for job_description.competencies.behaviors}}
325
                {{for behaviors}}
326
                    <tr >
326
                    <tr >
327
                        <td class="text-left">--LABEL_CONDUCT</td>
327
                        <td class="text-left">--LABEL_CONDUCT</td>
328
                            <td class="text-left">
328
                            <td class="text-left">
329
                                {{:job_description.competencies.behaviors.description}}
329
                                {{:description}}
330
                            </td>
330
                            </td>
331
                        <td>
331
                        <td>
332
                            {{if level == '0'}} LABEL_NA {{/if}} 
332
                            {{if level == '0'}} LABEL_NA {{/if}} 
333
                            {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
333
                            {{if level == '1' }} LABEL_LEVEL_ONE {{/if}}