this repo has no description

appview/pages: add external link panel to pulls

Signed-off-by: oppiliappan <me@oppi.li>

authored by oppiliappan and committed by Tangled 8abac09c 265b31f6

Changed files
+1
appview
pages
templates
repo
pulls
+1
appview/pages/templates/repo/pulls/pull.html
··· 21 21 "Subject" $.Pull.AtUri 22 22 "State" $.Pull.Labels) }} 23 23 {{ template "repo/fragments/participants" $.Pull.Participants }} 24 + {{ template "repo/fragments/externalLinkPanel" $.Pull.AtUri }} 24 25 </div> 25 26 </div> 26 27 {{ end }}