3 For more information see <%= link_to raw('Writing a pipeline'),
4 "#{Rails.configuration.arvados_docsite}/user/tutorials/tutorial-firstscript.html", target: "_blank"%>.
7 <% if !@my_repositories.any? %>
8 You do not seem to have access to any repositories. If you would like to request access, please contact your system admin.
10 <table class="table repositories-table">
12 <col style="width: 30%" />
13 <col style="width: 10%" />
14 <col style="width: 60%" />
24 <% @my_repositories.andand.each do |repo| %>
26 <td style="word-break:break-all;">
30 <%= repo[:push_url] ? 'writable' : 'read-only' %>
32 <td style="word-break:break-all;">
33 <code><%= repo[:fetch_url] %></code>