Merge branch '3193-manage-account' of git.curoverse.com:arvados into 3193-manage...
[arvados.git] / apps / workbench / app / views / users / _manage_repositories.html.erb
index 9c6fb1e82e060927464bc202c8c51f1213a6a5bd..33746be7eabcc825ebac501eeddeb73fe7361055 100644 (file)
@@ -1,14 +1,14 @@
 <div>
   <p>
-    For more information see <%= link_to raw('setting up SSH access'),
-    "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html", target: "_blank"%>
+    For more information see <%= link_to raw('Writing a pipeline'),
+    "#{Rails.configuration.arvados_docsite}/user/tutorials/tutorial-firstscript.html", target: "_blank"%>
   </p>
 
   <table class="table repositories-table">
     <colgroup>
       <col style="width: 30%" />
-      <col style="width: 15%" />
-      <col style="width: 55%" />
+      <col style="width: 10%" />
+      <col style="width: 60%" />
     </colgroup>
     <thead>
       <tr>
     <tbody>
       <% @my_repositories.andand.each do |repo| %>
         <tr>
-          <td>
+          <td style="word-break:break-all;">
             <%= repo[:name] %>
           </td>
           <td>
             <%= repo[:push_url] != nil %>
           </td>
-          <td>
-            <%= repo[:fetch_url] %>
+          <td style="word-break:break-all;">
+            <code><%= repo[:fetch_url] %></code>
           </td>
         </tr>
       <% end %>