feat(editors): add editorial features aka the configurable edit link
This commit is contained in:
committed by
Benedikt Rötsch
parent
bf50c66df4
commit
240e008a87
@@ -1,6 +1,7 @@
|
||||
extends layout
|
||||
|
||||
include mixins/_breadcrumb
|
||||
include mixins/_editorialFeatures
|
||||
include mixins/_lesson
|
||||
|
||||
block content
|
||||
@@ -25,6 +26,7 @@ block content
|
||||
else
|
||||
.course
|
||||
h1.course__title= course.fields.title
|
||||
+editorialFeatures(course)
|
||||
.course__overview
|
||||
h3.course__overview-title Overview
|
||||
if course.fields.duration
|
||||
|
||||
Reference in New Issue
Block a user