[ARVADOS] updated: ed65d724a70e321c3f310b76765cbf3f40a4d2a3

git at public.curoverse.com git at public.curoverse.com
Wed May 21 14:31:18 EDT 2014


Summary of changes:
 apps/workbench/app/views/collections/show_file_links.html.erb | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

       via  ed65d724a70e321c3f310b76765cbf3f40a4d2a3 (commit)
       via  0afe7cc755f4de86b354c5a400d7ea0c74fe3d65 (commit)
      from  afbb0d02263fcfada3e8bb22870e94ae3faf9ceb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ed65d724a70e321c3f310b76765cbf3f40a4d2a3
Author: Brett Smith <brett at curoverse.com>
Date:   Wed May 21 14:32:03 2014 -0400

    2764: Shrink footer text on Workbench collection download page.

diff --git a/apps/workbench/app/views/collections/show_file_links.html.erb b/apps/workbench/app/views/collections/show_file_links.html.erb
index a54987f..de012c7 100644
--- a/apps/workbench/app/views/collections/show_file_links.html.erb
+++ b/apps/workbench/app/views/collections/show_file_links.html.erb
@@ -21,6 +21,12 @@ pre {
   padding: .75em;
   overflow: auto;
 }
+.footer {
+  font-size: 82%;
+}
+.footer h2 {
+  font-size: 1.2em;
+}
   </style>
 </head>
 <body>
@@ -64,11 +70,13 @@ the entire collection with wget, try:</p>
   <p>No files in this collection.</p>
 <% end %>
 
+<div class="footer">
 <h2>About Arvados</h2>
 
 <p>Arvados is a free and open source software bioinformatics platform.
 To learn more, visit arvados.org.
 Arvados is not responsible for the files listed on this page.</p>
+</div>
 
 </body>
 </html>

commit 0afe7cc755f4de86b354c5a400d7ea0c74fe3d65
Author: Brett Smith <brett at curoverse.com>
Date:   Wed May 21 14:31:24 2014 -0400

    2764: Workbench collection download page uses wget long options.

diff --git a/apps/workbench/app/views/collections/show_file_links.html.erb b/apps/workbench/app/views/collections/show_file_links.html.erb
index 32119ba..a54987f 100644
--- a/apps/workbench/app/views/collections/show_file_links.html.erb
+++ b/apps/workbench/app/views/collections/show_file_links.html.erb
@@ -31,7 +31,7 @@ pre {
 Arvados.  You can download individual files listed below.  To download
 the entire collection with wget, try:</p>
 
-<pre>$ wget -m -np -nH --cut-dirs=3 <%=
+<pre>$ wget --mirror --no-parent --no-host --cut-dirs=3 <%=
          url_for(link_opts.merge(action: 'show_file_links', only_path: false))
        %></pre>
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list