File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- <div class =" highlight javascript" >
2
- <div class =" ribbon" ></div >
1
+ <div class =' highlight javascript' >
2
+ <div class =' ribbon' ></div >
3
3
{{ #if (is-clipboard-supported )}}
4
- <div class =" import-copy" >
4
+ <div class =' import-copy' >
5
5
{{ #if this.showClipboardSuccessIcon }}
6
- {{ svg-jar " success" width =" 24px" height =" 24px" }}
6
+ {{ svg-jar ' success' width =' 24px' height =' 24px' }}
7
7
{{ else }}
8
- <CopyButton @clipboardText ={{ concat " import " @item " from '" @package " ';" }} @title =" Copy to clipboard" @success ={{ this.showSuccess }} >
9
- {{ svg-jar " copy" width =" 24px" height =" 24px" }}
8
+ <CopyButton @clipboardText ={{ concat ' import ' @item " from '" @package " ';" }} @title =' Copy to clipboard' @success ={{ this.showSuccess }} >
9
+ {{ svg-jar ' copy' width =' 24px' height =' 24px' }}
10
10
</CopyButton >
11
11
{{ /if }}
12
12
</div >
13
13
{{ /if }}
14
- <table class =" CodeRay" >
14
+ <table class =' CodeRay' >
15
15
<tbody >
16
16
<tr >
17
- <td class =" code" ><pre ><span class =" wrapper" ><span class =" keyword" >import</span > {{ @item }} <span class =" keyword" >from</span > <span class =" string" >'{{ @package }} '</span >;</span ></pre ></td >
17
+ <td class =' code' ><pre ><span class =' wrapper' ><span class =' keyword' >import</span > {{ @item }} <span class =' keyword' >from</span > <span class =' string' >'{{ @package }} '</span >;</span ></pre ></td >
18
18
</tr >
19
19
</tbody >
20
20
</table >
21
- </div >
21
+ </div >
You can’t perform that action at this time.
0 commit comments