-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2516075
commit 48305c3
Showing
2 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,19 +134,18 @@ <h5 class="modal-title" id="gitModalLabel">Add Git Repository</h5> | |
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> | ||
</div> | ||
<div class="modal-body"> | ||
<div class="mb-3"> | ||
<label class="form-label">Repository URL</label> | ||
<input placeholder="https://github.com/my_repo/my.git" type="url" id="tab-upload-git-input" | ||
class="form-control"> | ||
</div> | ||
<div class="mb-3 form-text ssh-info"> | ||
For public repositories, a https link works best: | ||
<code>https://github.com/my_company/my_repo</code> | ||
</div> | ||
<div class="mb-3 form-text ssh-info"> | ||
For private repositories, <span class="ssh-link main-tab-button fake-link" data-tab="settings">add SSH Key</span> and add a link like this: | ||
<code>[email protected]:my_company/my_repo.git</code> | ||
<code>[email protected]:smallcloudai/refact.git</code> | ||
For private repositories, <span class="ssh-link main-tab-button fake-link" data-tab="settings">add SSH Key</span> and use a link like this: | ||
<code>[email protected]:my_company/my_repo.git</code> | ||
</div> | ||
<div class="mb-3"> | ||
<label class="form-label">Repository URL</label> | ||
<input placeholder="https://github.com/my_company/my_repo" type="url" id="tab-upload-git-input" | ||
class="form-control"> | ||
</div> | ||
<div class="mb-3 ssh-selector d-none"> | ||
<label class="form-label">SSH Key</label> | ||
|