mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
📝 Use github_issues_url property in template
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user