appview/pages: add external link panel to issues #754

merged
opened by oppi.li targeting master from push-toykwqpnvqrs
Changed files
+1
appview
pages
templates
repo
issues
+1
appview/pages/templates/repo/issues/issue.html
··· 20 "Subject" $.Issue.AtUri 21 "State" $.Issue.Labels) }} 22 {{ template "repo/fragments/participants" $.Issue.Participants }} 23 </div> 24 </div> 25 {{ end }}
··· 20 "Subject" $.Issue.AtUri 21 "State" $.Issue.Labels) }} 22 {{ template "repo/fragments/participants" $.Issue.Participants }} 23 + {{ template "repo/fragments/externalLinkPanel" $.Issue.AtUri }} 24 </div> 25 </div> 26 {{ end }}