1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <%= render partial: "add_repository_modal" %>
7 <div class="container" style="width: 100%">
9 <div class="col-md-pull-9 pull-left">
11 When you are using an Arvados virtual machine, you should clone the https:// URLs. This will authenticate automatically using your API token.
14 In order to clone git repositories using SSH, <%= link_to ssh_keys_user_path(current_user) do%> add an SSH key to your account<%end%> and clone the git@ URLs.
17 <div class="col-md-pull-3 pull-right">
18 <%= link_to raw('<i class="fa fa-plus"></i> Add new repository'), "#",
19 {class: 'btn btn-xs btn-primary', 'data-toggle' => "modal",
20 'data-target' => '#add-repository-modal'} %>
25 <table class="table table-condensed table-fixedlayout repositories-table">
27 <col style="width: 10%" />
28 <col style="width: 30%" />
29 <col style="width: 55%" />
30 <col style="width: 5%" />
41 <tbody data-infinite-scroller="#repositories-rows" id="repositories-rows"
42 data-infinite-content-href="<%= url_for partial: :repositories_rows %>" >