Monorepo for Tangled tangled.org
819
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview,knotmirror: fix small typos #296

open opened by linolevan.com targeting master from linolevan.com/core: lino/fix-typos
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:pwmytjmhq6nki2lx4ifjp6z7/sh.tangled.repo.pull/3mkta7rhb7j22
+3 -3
Diff #0
+1 -1
appview/pages/templates/user/fragments/vouchPopover.html
··· 37 37 {{ with .VouchRelationship }} 38 38 {{ with .GetDirectVouch }} 39 39 You {{if $isVouched}}vouched{{else}}denounced{{end}} {{ $userIdent }} {{ relTimeFmt .CreatedAt }}. 40 - You can change your descision below. 40 + You can change your decision below. 41 41 {{ else }} 42 42 Vouching builds a web-of-trust across Tangled. Vouch for users you 43 43 have had positive interactions with. <a href="https://blog.tangled.org/vouching" class="inline-flex items-center gap-1">Read more {{ i "arrow-right" "size-3" }}</a>
+1 -1
appview/repo/branches.go
··· 77 77 }, 78 78 ) 79 79 if xrpcerr := xrpcclient.HandleXrpcErr(err); xrpcerr != nil { 80 - l.Error("Faield to delete branch", "xrpcerr", xrpcerr, "err", err) 80 + l.Error("Failed to delete branch", "xrpcerr", xrpcerr, "err", err) 81 81 rp.pages.Notice(w, noticeId, fmt.Sprintf("Failed to delete branch: %s", xrpcerr)) 82 82 return 83 83 }
+1 -1
knotmirror/xrpc/git_get_blob.go
··· 95 95 96 96 case strings.HasPrefix(mimeType, "text/") || isTextualMimeType(mimeType): 97 97 w.Header().Set("Cache-Control", "public, no-cache") 98 - // seve all text content as text/plain 98 + // serve all text content as text/plain 99 99 w.Header().Set("Content-Type", "text/plain; charset=utf-8") 100 100 101 101 default:

History

1 round 0 comments
sign up or login to add to the discussion
linolevan.com submitted #0
1 commit
expand
appview,knotmirror: fix small typos
merge conflicts detected
expand
  • appview/pages/templates/user/fragments/vouchPopover.html:37
  • appview/repo/branches.go:77
  • knotmirror/xrpc/git_get_blob.go:95
expand 0 comments