Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit eeacf70

Browse files
authored
Merge pull request #1571 from NativeScript/ns_ui_apiref
displaying the source files paths of ns ui only as string values
2 parents 7158d86 + be56c80 commit eeacf70

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ns_ui_api-reference/ns-ui-theme/partials/member.sources.hbs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
{{#if sources}}
1212
<ul>
1313
{{#each sources}}
14-
{{#if url}}
15-
<li>Defined in <a href="{{url}}">{{fileName}}:{{line}}</a></li>
16-
{{else}}
17-
<li>Defined in {{fileName}}:{{line}}</li>
18-
{{/if}}
14+
<li>Defined in {{fileName}}:{{line}}</li>
1915
{{/each}}
2016
</ul>
2117
{{/if}}

0 commit comments

Comments
 (0)