Explorar o código

Fix tag page layout

Jordi Boggiano %!s(int64=13) %!d(string=hai) anos
pai
achega
bf9aaf7585
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      src/Packagist/WebBundle/Resources/views/Web/tag.html.twig

+ 1 - 3
src/Packagist/WebBundle/Resources/views/Web/tag.html.twig

@@ -1,7 +1,5 @@
 {% extends "PackagistWebBundle:Web:list.html.twig" %}
 
 {% block content_title %}
-    <div class="box clearfix">
-        <h1>Packages tagged with {{ tag }}</h1>
-    </div>
+    <h1>Packages tagged with {{ tag }}</h1>
 {% endblock %}