Browse Source

Evolution #573: Faire une passe pour contrôler le systéme de moderation

Sevajol Bastien 12 years ago
parent
commit
ba4417e7d3

+ 2 - 2
src/Muzich/AdminBundle/Resources/views/Moderate/elements.html.twig View File

@@ -24,13 +24,13 @@
24 24
           <ul>
25 25
             <li><strong>Name</strong>: {{ element.name }}</li>
26 26
             <li><strong>url</strong>: <a href="{{ element.url }}" target="_blank">{{ element.url }}</a></li>
27
-            {% if element.embed %}
27
+            {#% if element.embed %}
28 28
               {% autoescape false %}
29 29
                 <li>
30 30
                   {{ element.embed }}
31 31
                 </li>
32 32
               {% endautoescape %}
33
-            {% endif %}
33
+            {% endif %#}
34 34
           </ul>
35 35
         </div>
36 36