We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f87d89 commit c473a29Copy full SHA for c473a29
_includes/nav_custom_fields.html
@@ -41,7 +41,7 @@
41
<a href="{{site.baseurl}}/modules/custom_fields/main_tab">Main tab</a>
42
</li>
43
<li {% if include.selected == 'displaying_tab' %}class="selected"{% endif %}>
44
- <a href="{{site.baseurl}}/modules/custom_fields/displaying_tcab/">Displaying tab</a>
+ <a href="{{site.baseurl}}/modules/custom_fields/displaying_tab/">Displaying tab</a>
45
46
<li {% if include.selected == 'saving_tab' %}class="selected"{% endif %}>
47
<a href="{{site.baseurl}}/modules/custom_fields/saving_tab/">Saving tab</a>
0 commit comments