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.
2 parents fb21c81 + a4fa5fe commit 8f5cc8bCopy full SHA for 8f5cc8b
1 file changed
assets/vue/views/lp/LpList.vue
@@ -97,7 +97,10 @@
97
</svg>
98
</div>
99
<h3 class="text-base font-semibold">{{ t("You don't have any learning path.") }}</h3>
100
- <p class="text-body-2 text-gray-50 max-w-sm">
+ <p
101
+ v-if="canEdit"
102
+ class="text-body-2 text-gray-50 max-w-sm"
103
+ >
104
{{ t("Create your first learning path to start organizing course content.") }}
105
</p>
106
<button
0 commit comments