This PR adds a simple set of instructions to the /repo/pipelines tab, when the repo has no pipeline runs. The style is similar to the one used in the empty repo template.
+21
-3
appview/pages/templates/repo/pipelines/pipelines.html
+21
-3
appview/pages/templates/repo/pipelines/pipelines.html
···+{{ $bullet := "mx-2 text-xs bg-gray-200 dark:bg-gray-600 rounded-full size-5 flex items-center justify-center font-mono inline-flex align-middle" }}+<a href="/{{ .RepoInfo.FullName }}/settings?tab=pipelines" class="underline">project settings</a>.+<a href="https://tangled.org/@tangled.org/core/blob/master/docs/spindle/hosting.md" class="underline">here</a>.+<a href="https://tangled.org/@tangled.org/core/blob/master/docs/spindle/pipeline.md" class="underline">Spindle workflow</a>.