Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
8e2090070d084e454e58823c55ef0ba4d7b1f552
Rename Share button to Copy link
Sebastian Martinez
committed
2 years ago
commit 8e2090070d084e454e58823c55ef0ba4d7b1f552
parent
f6a77bec9401c35b1baa19d356405a9d77ed8e0d
1 file changed
+1
-1
modified
src/views/projects/Share.svelte
@@ -69,7 +69,7 @@
<Loading small noDelay />
{:else}
<IconSmall name={shareIcon} />
-
Share
+
Copy link
{/if}
</Button>
{/if}