[ARVADOS] updated: ebdfbb90d6b2b6cb16c80da06c940845607c03e9

git at public.curoverse.com git at public.curoverse.com
Wed Dec 3 10:36:27 EST 2014


Summary of changes:
 apps/workbench/app/views/collections/_sharing_button.html.erb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  ebdfbb90d6b2b6cb16c80da06c940845607c03e9 (commit)
      from  bfa116482e0eadfbd6aadd990f40d5d2634a844d (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 ebdfbb90d6b2b6cb16c80da06c940845607c03e9
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Dec 3 10:36:17 2014 -0500

    4291: Fixup Collection Unshare button presentation.

diff --git a/apps/workbench/app/views/collections/_sharing_button.html.erb b/apps/workbench/app/views/collections/_sharing_button.html.erb
index 57f3e9c..4050e3a 100644
--- a/apps/workbench/app/views/collections/_sharing_button.html.erb
+++ b/apps/workbench/app/views/collections/_sharing_button.html.erb
@@ -8,9 +8,10 @@
 <% elsif @search_sharing.empty? %>
   <%= button_to("Create sharing link", {action: "share"}, button_attrs) %>
 <% else %>
-  <div>Shared at:
+  <div>
     <% button_attrs[:class] += " pull-right" %>
     <%= button_to("Unshare", {action: "unshare"}, button_attrs) %>
-    <div class="smaller-text" style="word-break: break-all"><%= link_to download_link, download_link %></div>
+    Shared at:
+    <div class="smaller-text" style="clear: both; word-break: break-all"><%= link_to download_link, download_link %></div>
   </div>
 <% end %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list