list les référents projet dans un tooltip
This commit is contained in:
@@ -69,7 +69,12 @@
|
||||
<tr>
|
||||
<td class="no-print">
|
||||
<a href="{{path("app_project_update",{id:project.id})}}"><i class="fa fa-file"></i></a>
|
||||
<a href="{{path("app_project_users",{id:project.id})}}"><i class="fa fa-users"></i></a>
|
||||
<a href="{{path("app_project_users",{id:project.id})}}"
|
||||
data-toggle="tooltip"
|
||||
data-placement="right"
|
||||
data-html="true"
|
||||
title="{% for user in project.userprojects %}<b>{{user.user.username}}:</b> {{user.job.name}} <br />{% endfor %}"
|
||||
><i class="fa fa-users"></i></a>
|
||||
|
||||
</td>
|
||||
<td>{{project.customer.name}}</td>
|
||||
@@ -130,6 +135,9 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block localjavascript %}
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
})
|
||||
$(document).ready(function() {
|
||||
{% if not fgprint is defined or not fgprint %}
|
||||
$('.table').DataTable({
|
||||
|
Reference in New Issue
Block a user