Fix neutron's comment

This commit is contained in:
Nicolas Le Goff
2014-02-03 18:10:49 +01:00
parent 75fac19e73
commit 52f3baac05
21 changed files with 571 additions and 697 deletions

View File

@@ -201,9 +201,8 @@
<div class="registration-wrapper PNB" style="top:160px;bottom: 50px;overflow: auto">
<div id="tab_demandes">
{% set demands = table['demand'] %}
{% for user in table['user'] %}
{% set userDemands = demands[user.getId()] %}
{% for user in users %}
{% set userRegistrations = registrations[user.getId()] %}
<div class="well well-small">
<table class="table" style="table-layout: fixed;">
<tr>
@@ -231,7 +230,7 @@
</dl>
</td>
<td>
{% for baseId, demand in userDemands %}
{% for baseId, demand in userRegistrations %}
<div>
{{ app['date-formatter'].getPrettyString(demand.getUpdated()) }}
</div>