diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 279: merge tips error

Message ID 20111108053714.22286.69611.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Yongqin Liu Nov. 8, 2011, 5:37 a.m. UTC
Merge authors:
  Yongqin Liu (liuyq0307)
Related merge proposals:
  https://code.launchpad.net/~liuyq0307/lava-dashboard/fix-870249/+merge/81229
  proposed by: Yongqin Liu (liuyq0307)
  review: Approve - Yongqin Liu (liuyq0307)
------------------------------------------------------------
revno: 279 [merge]
committer: Yongqin Liu <yongqin.liu@linaro.org>
branch nick: lava-dashboard
timestamp: Tue 2011-11-08 13:35:15 +0800
message:
  merge tips error
modified:
  dashboard_app/templates/dashboard_app/bundle_detail.html


--
lp:lava-dashboard
https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk

You are subscribed to branch lp:lava-dashboard.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'dashboard_app/templates/dashboard_app/bundle_detail.html'
--- dashboard_app/templates/dashboard_app/bundle_detail.html	2011-09-27 19:29:01 +0000
+++ dashboard_app/templates/dashboard_app/bundle_detail.html	2011-11-04 03:06:40 +0000
@@ -46,7 +46,7 @@ 
 <h3>Tips</h3>
 <p>You can download this bundle with the following command:</p>
 <div class="console">
-  <code>lava-dashboard-tool --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} get {{bundle.content_sha1}}</code>
+  <code>lava-dashboard-tool get --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}</code>
 </div>
 {% endblock %}