You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2014/02/11 06:13:47 UTC

[3/4] git commit: [#7069] ticket:525 Use downstream_repo for clarity

[#7069] ticket:525 Use downstream_repo for clarity


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/2b459735
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/2b459735
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/2b459735

Branch: refs/heads/master
Commit: 2b4597359bc6566a65df92a9e725c74d94e9c8ba
Parents: 4e2ec15
Author: Aleksey 'LXj' Alekseyev <go...@gmail.com>
Authored: Thu Jan 30 23:41:43 2014 +0200
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Tue Feb 11 05:13:08 2014 +0000

----------------------------------------------------------------------
 Allura/allura/templates/repo/merge_requests.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/2b459735/Allura/allura/templates/repo/merge_requests.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/repo/merge_requests.html b/Allura/allura/templates/repo/merge_requests.html
index 166be00..1b70881 100644
--- a/Allura/allura/templates/repo/merge_requests.html
+++ b/Allura/allura/templates/repo/merge_requests.html
@@ -48,7 +48,7 @@
         <td><a href="{{req.request_number}}/">{{req.request_number}}</a></td>
         <td><a href="{{req.request_number}}/">{{req.status}}</a></td>
         <td><a href="{{req.request_number}}/">{{req.summary}}</a></td>
-        <td>{% if req.downstream_url %}
+        <td>{% if req.downstream_repo %}
           <a href="{{req.downstream_url}}">{{req.downstream_url}}</a>
         {% else %}
           <i>(deleted)</i>