Cross Reference: _Breadcrumb.html
xref
: /
forgerock
/
openam-v13
/
openam-ui
/
openam-ui-ria
/
src
/
main
/
resources
/
partials
/
breadcrumb
/
_Breadcrumb.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
<
div
class=
"breadcrumb"
>
{{#each backLinks}}
<
a
href=
"{{
this.href
}}"
>{{#if
this.icon
}}<
i
class=
"fa {{
this.icon
}}"
></
i
> {{/if}}{{
this.text
}}</
a
>
{{else}}
<
a
href=
"{{
backLink.href
}}"
>{{#if
backLink.icon
}}<
i
class=
"fa {{
backLink.icon
}}"
></
i
> {{/if}}{{
backLink.text
}}</
a
>
{{/each}}
</
div
>