diff options
author | Dan McGee <dan@archlinux.org> | 2013-04-20 13:31:20 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-04-20 13:31:43 -0500 |
commit | 7873cb9a052c7991f3d91ddf4dc05caef6305cd7 (patch) | |
tree | c2ec8c3e8af4bf1027abd5eb53c2bbd88bbe86d3 /templates/packages | |
parent | 1364f689fd177e11ab04f0842035175baf80de35 (diff) |
Unbreak the package differences page
We had a weird conditional around everything on the page that doesn't
really need to be there. Remove it.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/differences.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 3d3f6edf..b0b9b419 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -5,7 +5,6 @@ {% block navbarclass %}anb-packages{% endblock %} {% block content %} -{% if differences %} <div class="box"> <h2>Package Differences by Architecture</h2> <div class="filter-criteria"> @@ -111,5 +110,4 @@ $(document).ready(function() { filter_packages(); }); </script> -{% endif %} {% endblock %} |