mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix neutron's comment
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user