Browse Source

Oops debug code

Jordi Boggiano 9 years ago
parent
commit
36b082c361
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Packagist/WebBundle/Resources/views/macros.html.twig

+ 1 - 1
src/Packagist/WebBundle/Resources/views/macros.html.twig

@@ -13,7 +13,7 @@
                             {% if package.language is defined and package.language != null %}<p class="pull-right language">{{ package.language }}</p>{% endif %}
                             <h4 class="font-bold">
                                 <a href="{{ packageUrl }}">{{ package.name }}</a>
-                                {% if package.id is not numeric or package.name == 'nelmio/alice' %}
+                                {% if package.id is not numeric %}
                                     <small>(Virtual Package)</small>
                                 {% endif %}
                                 {% if showAutoUpdateWarning and not package.autoUpdated %}