add resume and show
This commit is contained in:
parent
7d9631d493
commit
f191eed5d3
@ -40,6 +40,14 @@
|
||||
href="{{ path('app_intern_resume',{id: app.user.id}) }}"> Ajouter / Modifier le CV
|
||||
</a>
|
||||
|
||||
<hr class="my-10"/>
|
||||
|
||||
{% if app.user.resume != "" %}
|
||||
<iframe class="w-full" src={{ 'cv/' ~ app.user.resume }}></iframe>
|
||||
{% if app.user.resumeName != "" %}
|
||||
<p class="text-gray-600 italic">Nom du fichier : {{ app.user.resumeName }}</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<br>
|
||||
<a class="bg-teal-500 hover:bg-teal-600 text-white py-2 px-4 rounded-full"
|
||||
href="{{ path('app_intern_resume',{id: app.user.id}) }}"> Ajouter / Modifier le CV
|
||||
|
Loading…
x
Reference in New Issue
Block a user