fix(api-builder): correctly import github and params helpers

This commit is contained in:
Igor Minar 2016-09-09 15:16:47 -07:00
parent 13878efca7
commit 1e9c0724c2
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{% include "lib/githubLinks.html" -%}
{% include "lib/paramList.html" -%}
{% import "lib/githubLinks.html" as github -%}
{% import "lib/paramList.html" as params -%}
{% extends 'layout/base.template.html' -%}
{% block body %}
@ -24,6 +24,6 @@ div(layout="row" layout-xs="column" class="row-margin ng-cloak")
p(class="location-badge").
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
defined in {$ githubViewLink(doc) $}
defined in {$ github.githubViewLink(doc) $}
{% endblock %}
{% endblock %}