Fix mistake in generating public links in open submissions
This commit is contained in:
parent
9ab000646d
commit
512bf3559e
@ -93,8 +93,8 @@ getReadOnlySubmissionUrl NoInternalGitServer repoHost _ bareRepoName = publicRep
|
|||||||
browsableGitRepoBranch :: RepoScheme -> Text -> Repo -> Text -> Text -> Text
|
browsableGitRepoBranch :: RepoScheme -> Text -> Repo -> Text -> Text -> Text
|
||||||
browsableGitRepoBranch SelfHosted _ _ bareRepoName branch = (browsableGitRepo bareRepoName) ++ "/" ++ branch ++ "/"
|
browsableGitRepoBranch SelfHosted _ _ bareRepoName branch = (browsableGitRepo bareRepoName) ++ "/" ++ branch ++ "/"
|
||||||
browsableGitRepoBranch Branches _ repo _ branch = sshToHttps (repoUrl repo) branch
|
browsableGitRepoBranch Branches _ repo _ branch = sshToHttps (repoUrl repo) branch
|
||||||
browsableGitRepoBranch NoInternalGitServer repoHost repo _ branch
|
browsableGitRepoBranch NoInternalGitServer repoHost repo bareRepoName branch
|
||||||
= sshToHttps (getPublicSubmissionUrl NoInternalGitServer repoHost (Just repo) branch)
|
= sshToHttps (getPublicSubmissionUrl NoInternalGitServer repoHost (Just repo) bareRepoName)
|
||||||
branch
|
branch
|
||||||
|
|
||||||
sshToHttps :: Text -> Text -> Text
|
sshToHttps :: Text -> Text -> Text
|
||||||
|
Loading…
Reference in New Issue
Block a user