=== modified file 'dashboard_app/templates/dashboard_app/bundle_detail.html'
@@ -58,7 +58,11 @@
<h3>Tips</h3>
<p>You can download this bundle with the following command:</p>
<div class="console">
+{% if bundle.uploaded_by %}
+ <code>lava-dashboard-tool get --dashboard-url=http://{{bundle.uploaded_by}}@{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}</code>
+{% else %}
<code>lava-dashboard-tool get --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}</code>
+{% endif %}
</div>
{% endblock %}