UI: In RepoR page, display the HTTPS clone URL
This commit is contained in:
parent
bc7806b100
commit
5491d0e495
2 changed files with 12 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
$# This file is part of Vervis.
|
||||
$#
|
||||
$# Written in 2016, 2018, 2019, 2020 by fr33domlover <fr33domlover@riseup.net>.
|
||||
$# Written in 2016, 2018, 2019, 2020, 2022
|
||||
$# by fr33domlover <fr33domlover@riseup.net>.
|
||||
$#
|
||||
$# ♡ Copying is an act of love. Please copy, reuse and share.
|
||||
$#
|
||||
|
@ -57,6 +58,10 @@ $maybe desc <- repoDesc repository
|
|||
|
||||
^{followButton}
|
||||
|
||||
<h2>Clone
|
||||
|
||||
<code>darcs clone @{RepoR user repo}
|
||||
|
||||
<h2>Tags
|
||||
|
||||
<p>TODO
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$# This file is part of Vervis.
|
||||
$#
|
||||
$# Written in 2016, 2018, 2019, 2020 by fr33domlover <fr33domlover@riseup.net>.
|
||||
$# Written in 2016, 2018, 2019, 2020, 2022
|
||||
$# by fr33domlover <fr33domlover@riseup.net>.
|
||||
$#
|
||||
$# ♡ Copying is an act of love. Please copy, reuse and share.
|
||||
$#
|
||||
|
@ -57,6 +58,10 @@ $maybe desc <- repoDesc repository
|
|||
|
||||
^{followButton}
|
||||
|
||||
<h2>Clone
|
||||
|
||||
<code>git clone @{RepoR user repo}
|
||||
|
||||
<h2>Branches
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue