Remove unused code

This commit is contained in:
Romain Neutron
2014-03-05 03:17:05 +01:00
parent d3bf3f747e
commit 3583b71935
7 changed files with 23 additions and 310 deletions

View File

@@ -53,15 +53,6 @@
<p>{{ 'update::Votre version est a jour :' | trans }} {{ app['phraseanet.version'].getNumber() }}</p>
{% endif %}
{% if recommendations | length > 0%}
{% for recommendation in recommendations %}
<p>{{ recommendation['0'] }}</p>
<pre>
<blockquote>{{ recommendation['1'] }}</blockquote>
</pre>
{% endfor %}
{% endif %}
{% if advices | length > 0 %}
<b>{{ 'Propositions de modifications des tables' | trans }}</b>
{% for advice in advices %}