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%" />
25 <% @my_repositories.andand.each do |repo| %>
26 <% writable = @repo_writable[repo.uuid] %>
28 <td style="word-break:break-all;">
32 <%= writable ? 'writable' : 'read-only' %>
34 <td style="word-break:break-all;">
35 <code><%= writable ? repo[:push_url] : repo[:fetch_url] %></code>
38 <% if writable == 'can_manage' %>
39 <%= link_to "Share", "/repositories/#{repo[:uuid]}#Sharing" %>