mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(): update improve links
This commit is contained in:
6
scripts/docs/templates/common.template.html
vendored
6
scripts/docs/templates/common.template.html
vendored
@ -108,9 +108,9 @@ Delegate: <$ doc.delegate $>
|
|||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<a class="improve-v2-docs" href='http://github.com/driftyco/ionic2/edit/master/<$ 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 $>#L<$ doc.location.start.line $>'>
|
||||||
Improve this doc
|
Improve this doc
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<@ if doc.codepen @>
|
<@ if doc.codepen @>
|
||||||
{% include codepen.html id="<$ doc.codepen $>" %}
|
{% include codepen.html id="<$ doc.codepen $>" %}
|
||||||
@ -209,7 +209,7 @@ Improve this doc
|
|||||||
<@ if method.returns @>
|
<@ if method.returns @>
|
||||||
<div class="return-value">
|
<div class="return-value">
|
||||||
<i class="icon ion-arrow-return-left"></i>
|
<i class="icon ion-arrow-return-left"></i>
|
||||||
<b>Returns:</b> <$ typeInfo(method.returns) $>
|
<b>Returns:</b> <$ typeInfo(method.returns) $>
|
||||||
</div>
|
</div>
|
||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user