瀏覽代碼

Oops debug code

Jordi Boggiano 9 年之前
父節點
當前提交
36b082c361
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 %}