[ARVADOS] updated: 18b51b1ff1f40f1c0467f1960b329c7bc317322d

git at public.curoverse.com git at public.curoverse.com
Wed Jul 30 16:54:10 EDT 2014


Summary of changes:
 apps/workbench/app/views/users/_manage_repositories.html.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  18b51b1ff1f40f1c0467f1960b329c7bc317322d (commit)
      from  f595e7b488f1056e3698ca01f6c1e715ce63929f (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 18b51b1ff1f40f1c0467f1960b329c7bc317322d
Author: radhika <radhika at curoverse.com>
Date:   Wed Jul 30 16:53:50 2014 -0400

    3193: minor ui updates

diff --git a/apps/workbench/app/views/users/_manage_repositories.html.erb b/apps/workbench/app/views/users/_manage_repositories.html.erb
index 33746be..037d443 100644
--- a/apps/workbench/app/views/users/_manage_repositories.html.erb
+++ b/apps/workbench/app/views/users/_manage_repositories.html.erb
@@ -13,7 +13,7 @@
     <thead>
       <tr>
         <th> Name </th>
-        <th> Writable </th>
+        <th> Read/Write </th>
         <th> URL </th>
       </tr>
     </thead>
@@ -24,7 +24,7 @@
             <%= repo[:name] %>
           </td>
           <td>
-            <%= repo[:push_url] != nil %>
+            <%= repo[:push_url] ? 'writable' : 'read-only' %>
           </td>
           <td style="word-break:break-all;">
             <code><%= repo[:fetch_url] %></code>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list