Update query-detail.ejs

This commit is contained in:
Mike McNeil 2021-06-09 15:17:00 -05:00 committed by GitHub
parent ea2d92078b
commit 2ae4002935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
</div>
</div>
<h5>Contribute to this page</h5>
<a target="_blank" :href="'https://github.com/fleetdm/fleet/edit/master/'+queryLibraryYmlRepoPath">View source</a>
<a target="_blank" :href="'https://github.com/fleetdm/fleet/edit/main/'+queryLibraryYmlRepoPath">View source</a>
</div>
</div>
<div class="d-block d-md-none px-4 py-5 justify-content-center">
@ -82,7 +82,7 @@
<div class="my-3 divider"></div>
<div class="d-flex align-items-center justify-content-between contribute">
<h5 class="m-0">Contribute to this page</h5>
<a class="text-right m-0" target="_blank" :href="'https://github.com/fleetdm/fleet/edit/master/'+queryLibraryYmlRepoPath">View source</a>
<a class="text-right m-0" target="_blank" :href="'https://github.com/fleetdm/fleet/edit/main/'+queryLibraryYmlRepoPath">View source</a>
</div>
</div>
</div>