Switch to side-by-side view
--- a/ForgeGit/forgegit/templates/index.html +++ b/ForgeGit/forgegit/templates/index.html @@ -17,8 +17,10 @@ <h2>Project: $c.project.shortname</h2> <py:if test="repo"> <dl> - <dt>repo</dt> - <dd>git://git.${host}${repo.url_path}${repo.name}</dd> + <dt>read access</dt> + <dd>git clone git://git.${host}${repo.url_path}${repo.name}</dd> + <dt>read/write access</dt> + <dd>git clone ssh://git.${host}${repo.url_path}${repo.name}</dd> <dt>status</dt> <dd>${repo.status}</dd> </dl>