diff --git a/ids/templates/parameter/detail_html.mako b/ids/templates/parameter/detail_html.mako index b8af3a0..3fdce49 100644 --- a/ids/templates/parameter/detail_html.mako +++ b/ids/templates/parameter/detail_html.mako @@ -3,7 +3,7 @@ <%! active_menu_item = "parameters" %> <%block name="title">${_('Parameter')} "${ctx.name}" -

${_('Parameter')} ${ctx.id} "${ctx.name}"

+

${_('Parameter')} ${ctx.id} "${ctx.name}" ${u.concepticon_link(request, ctx)}

Chapter ${ctx.chapter.id}: ${h.link(request, ctx.chapter)}