Skip to content
Snippets Groups Projects
Commit 88489274 authored by Nick Poulden's avatar Nick Poulden
Browse files

Merge remote-tracking branch 'upstream/master' into comments

parents 6e2cea53 c73040ae
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@ Ext.define('Docs.view.cls.Header', {
'<tpl if="private">',
'<span class="private">Private</span>',
'</tpl>',
'<a href="#" class="class-source-link">{name}</a>',
'<span class="class-source-tip">View source...</span>',
'<a href="#" class="class-source-link">{name}',
'<span class="class-source-tip">View source...</span>',
'</a>',
'{[this.renderXTypes(values.xtypes)]}',
'</h1>',
Docs.showPrintButton ? '<a class="print" href="?print=/api/{name}" target="_blank">Print</a>' : '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment