[copr] master: Don't fetch the builds list again for displaying builds table (22c0f32)

bkabrda at fedoraproject.org bkabrda at fedoraproject.org
Mon Jan 21 11:13:25 UTC 2013


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : master

>---------------------------------------------------------------

commit 22c0f32789bf51f1a59dca3a6c02855a29bad6dd
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Jan 21 10:52:11 2013 +0100

    Don't fetch the builds list again for displaying builds table


>---------------------------------------------------------------

 .../coprs/templates/coprs/detail/builds.html       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/coprs_frontend/coprs/templates/coprs/detail/builds.html b/coprs_frontend/coprs/templates/coprs/detail/builds.html
index 25544f0..8e193af 100644
--- a/coprs_frontend/coprs/templates/coprs/detail/builds.html
+++ b/coprs_frontend/coprs/templates/coprs/detail/builds.html
@@ -6,7 +6,7 @@
 
 {% block detail_body %}
   {% if copr.builds %}
-    {{ builds_table(copr.builds) }}
+    {{ builds_table(builds) }}
     <div class="pagination">
       {{ render_pagination(request, paginator) }}
     </div>



More information about the copr-devel mailing list