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
···
"Subject" $.Issue.AtUri
"State" $.Issue.Labels) }}
{{ template "repo/fragments/participants" $.Issue.Participants }}
+
{{ template "repo/fragments/externalLinkPanel" $.Issue.AtUri }}
</div>
</div>
{{ end }}