📝 Use github_issues_url property in template

This commit is contained in:
Lacey Williams Henschel
2023-05-09 11:35:00 -07:00
parent 348dd7ec58
commit 012a4df3e0

View File

@@ -30,8 +30,8 @@
Documentation
<span class="block text-xs text-sky-600">boost.org/libs/exception</span>
</a>
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100">Github Issues <i class="float-right fas fa-bug"></i></a>
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100">Source Code <i class="float-right fab fa-github"></i></a>
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="{{ object.github_issues_url }}">Github Issues <i class="float-right fas fa-bug"></i></a>
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="{{ object.github_url }}">Source Code <i class="float-right fab fa-github"></i></a>
<a class="inline-block py-1 px-2 rounded cursor-pointer hover:bg-gray-100">Since 2019</a>
<a class="inline-block float-right py-1 px-2 rounded cursor-pointer hover:bg-gray-100">C++11</a>
<span class="block py-1 px-2 rounded cursor-pointer hover:bg-gray-100">Categories: <a class="text-sky-600">Memory</a></span>