chore(dgeni): TS 1.8 patch cont.

This commit is contained in:
perry
2016-03-11 17:30:45 -06:00
parent 5fb37cc665
commit 36a47568a9
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<@ for doc in docs @><@ if doc.URL and doc.private != true and doc.name @>
<li class="capitalize {% if page.id == '<$ doc.name|lower|replace(' ','-')|replace('// ','/') $>' %}active{% endif %}">
<a href="/<$ doc.URL $>"><$ doc.name $></a>
<li class="capitalize {% if page.id == '<$ doc.name|lower|replace(' ','-') %}active{% endif %}">
<a href="/<$ doc.URL|replace('// ','/') $>"><$ doc.name $></a>
</li><@ endif @><@ endfor @>

View File

@ -147,7 +147,7 @@ Delegate: <$ doc.delegate $>
</h1>
<a class="improve-v2-docs" href='http://github.com/driftyco/ionic/edit/2.0/<$ doc.fileInfo.relativePath $>#L<$ doc.location.start.line $>'>
<a class="improve-v2-docs" href="http://github.com/driftyco/ionic/edit/2.0/<$ doc.fileInfo.relativePath|replace('//','/') $>#L<$ doc.location.start.line $>">
Improve this doc
</a>