7 lines
221 B
1
{{ define "title" }}pulls · {{ .RepoInfo.FullName }}{{ end }}
2
3
{{ define "repoContent" }}
4
<p class="text-gray-400">
5
Support for pull requests is actively being worked on. Stay tuned!
6
</p>
7
{{ end }}
8