alpha
Login
or
Join now
4uffin.bsky.social
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
My own copy of Tangled :)
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
allow overflow on readme & clone urls
author
Akshay
date
1 year ago
(Mar 2, 2025, 10:57 PM UTC)
commit
96c0476c
96c0476c764304f85d20d66d334dd70160acd054
parent
b3b52c55
b3b52c5567265758a903b304cf3e0f4e9c76e123
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
templates
repo
index.html
+2
-2
appview/pages/templates/repo/index.html
Reviewed
···
192
192
193
193
{{ define "repoAfter" }}
194
194
{{- if .Readme }}
195
195
-
<section class="mt-4 p-6 rounded bg-white w-full mx-auto">
195
195
+
<section class="mt-4 p-6 rounded bg-white w-full mx-auto overflow-auto">
196
196
<article class="readme">
197
197
{{- .Readme -}}
198
198
</article>
···
200
200
{{- end -}}
201
201
202
202
203
203
-
<section class="mt-4 p-6 rounded bg-white w-full mx-auto">
203
203
+
<section class="mt-4 p-6 rounded bg-white w-full mx-auto overflow-auto">
204
204
<strong>clone</strong>
205
205
<pre>
206
206
git clone https://tangled.sh/{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }} </pre