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| %>
25 <% writable = @repo_writable[repo.uuid] %>
27 <td style="word-break:break-all;">
31 <%= writable ? 'writable' : 'read-only' %>
33 <td style="word-break:break-all;">
34 <code><%= writable ? repo[:push_url] : repo[:fetch_url] %></code>