[copr] master: Move the builds table file to detail directory (bd019eb)

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


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

On branch  : master

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

commit bd019eb86d70c3e3d527d6eae0a2318be3ee60fb
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Jan 21 09:10:02 2013 +0100

    Move the builds table file to detail directory


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

 .../coprs/{ => detail}/_builds_table.html          |    0
 .../coprs/templates/coprs/detail/builds.html       |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/coprs_frontend/coprs/templates/coprs/_builds_table.html b/coprs_frontend/coprs/templates/coprs/detail/_builds_table.html
similarity index 100%
rename from coprs_frontend/coprs/templates/coprs/_builds_table.html
rename to coprs_frontend/coprs/templates/coprs/detail/_builds_table.html
diff --git a/coprs_frontend/coprs/templates/coprs/detail/builds.html b/coprs_frontend/coprs/templates/coprs/detail/builds.html
index c2882b8..117a82d 100644
--- a/coprs_frontend/coprs/templates/coprs/detail/builds.html
+++ b/coprs_frontend/coprs/templates/coprs/detail/builds.html
@@ -1,5 +1,5 @@
 {% extends "coprs/detail.html" %}
-{% from "coprs/_builds_table.html" import builds_table with context %}
+{% from "coprs/detail/_builds_table.html" import builds_table with context %}
 
 {% block detail_body %}
   {% if copr.builds %}



More information about the copr-devel mailing list