File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 {% for cat in categories %}
3232 {% include "v3/includes/_category_tag.html" with tag_label=cat.label url=cat.url variant=cat.variant %}
3333 {% endfor %}
34- < span class ="version-tag version-tag--default library-item__cpp-version "> {{ cpp_version }}</ span >
34+ < span class ="version-tag version-tag--default library-item__cpp-version "> C++ {{ cpp_version|cut:"C++" }}</ span >
3535 </ div >
3636 </ div >
3737
4040 </ div >
4141
4242 < div class ="library-item__actions ">
43- < span class ="version-tag version-tag--default library-item__cpp-version--desktop "> {{ cpp_version }}</ span >
43+ < span class ="version-tag version-tag--default library-item__cpp-version--desktop "> C++ {{ cpp_version|cut:"C++" }}</ span >
4444 {% include "v3/includes/_button.html" with url=doc_url label="" icon_name="documentation" icon_size=32 icon_viewbox="0 0 16 16" style="icon-library" aria_label="View documentation for "|add:library_name %}
4545 </ div >
4646
You can’t perform that action at this time.
0 commit comments