[ARVADOS] updated: f7bec4b4fde3c9cdec0823719f4d0806ee27021a

git at public.curoverse.com git at public.curoverse.com
Wed Mar 5 17:07:44 EST 2014


Summary of changes:
 .../app/views/collections/_show_files.html.erb     |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

       via  f7bec4b4fde3c9cdec0823719f4d0806ee27021a (commit)
      from  7b3f8ace626fa8fe401742fd9b2a616d651d6c2b (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 f7bec4b4fde3c9cdec0823719f4d0806ee27021a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Mar 5 17:09:03 2014 -0500

    Tested, works great.

diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb
index 357c841..d1c4b80 100644
--- a/apps/workbench/app/views/collections/_show_files.html.erb
+++ b/apps/workbench/app/views/collections/_show_files.html.erb
@@ -1,7 +1,7 @@
 <% content_for :css do %>
 .file-list-inline-image {
-  height: 4em; 
-  width: auto
+  width: 50%;
+  height: auto; 
 }
 <% end %>
 
@@ -46,7 +46,7 @@
                        file[1]
                      end), 
                     {controller: 'collections', action: 'show_file', uuid: @object.uuid, file: file_path, size: file[2], disposition: 'inline'}, 
-                    {title: 'View in browser'}) %>
+                    {title: file_path}) %>
       </td>
 
       <td style="text-align:right">

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list