File tree Expand file tree Collapse file tree 11 files changed +21
-20
lines changed
assets/javascripts/discourse/templates Expand file tree Collapse file tree 11 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 8
8
)}}
9
9
10
10
{{ d-button
11
- action =( action " createApi" )
11
+ action =" createApi"
12
12
label =" admin.wizard.api.create"
13
13
icon =" plus" }}
14
14
</div >
Original file line number Diff line number Diff line change 5
5
{{ d-button
6
6
label =" admin.wizard.custom_field.add"
7
7
icon =" plus"
8
- action =( action " addField" ) }}
8
+ action =" addField" }}
9
9
</div >
10
10
</div >
11
11
Original file line number Diff line number Diff line change 101
101
{{ input type =" checkbox" checked =wizard.after_time }}
102
102
<span >{{ i18n " admin.wizard.after_time_label" }} </span >
103
103
{{ d-button
104
- action =( action " setNextSessionScheduled" )
104
+ action =" setNextSessionScheduled"
105
105
translatedLabel =nextSessionScheduledLabel
106
106
class =" btn-after-time"
107
107
icon =" far-calendar" }}
191
191
currentActionId =currentAction.id
192
192
wizard =wizard
193
193
apis =apis
194
- removeAction =( action " removeAction" )
194
+ removeAction =" removeAction"
195
195
wizardFields =wizardFields }}
196
196
{{ /each }}
197
197
Original file line number Diff line number Diff line change 8
8
)}}
9
9
10
10
{{ d-button
11
- action =( action " createWizard" )
11
+ action =" createWizard"
12
12
label =" admin.wizard.create"
13
13
icon =" plus" }}
14
14
</div >
Original file line number Diff line number Diff line change 34
34
{{ /if }}
35
35
{{ /if }}
36
36
{{ d-button
37
- action =( action " destroy" )
37
+ action =" destroy"
38
38
icon =" trash-alt"
39
39
class =" destroy"
40
40
disabled =destroyDisabled }}
41
41
{{ d-button
42
42
icon =" save"
43
- action =( action " save" )
43
+ action =" save"
44
44
disabled =saveDisabled
45
45
class =" save" }}
46
46
{{ d-button
47
- action =( action " close" )
47
+ action =" close"
48
48
icon =" times"
49
49
disabled =closeDisabled }}
50
50
</td >
69
69
</td >
70
70
{{ else }}
71
71
<td class =" actions" >
72
- {{ d-button action =( action " edit" ) icon =" pencil-alt" }}
72
+ {{ d-button action =" edit" icon =" pencil-alt" }}
73
73
</td >
74
74
{{ /if }}
75
75
{{ /if }}
Original file line number Diff line number Diff line change 1
1
{{ #if showUndo }}
2
2
{{ d-button
3
- action =( action " undoChanges" )
3
+ action =" undoChanges"
4
4
icon =undoIcon
5
5
label =undoKey
6
6
class =" undo-changes" }}
Original file line number Diff line number Diff line change 1
1
{{ #if showUndo }}
2
2
{{ d-button
3
- action =( action " undoChanges" )
3
+ action =" undoChanges"
4
4
icon =undoIcon
5
5
label =undoKey
6
6
class =" undo-changes" }}
Original file line number Diff line number Diff line change 4
4
{{ #if anyLinks }}
5
5
{{ #each links as |link |}}
6
6
<div data-id ={{ link.id }} >
7
- {{ d-button action =( action " change" ) actionParam =link.id translatedLabel =link.label class =link.classes }}
7
+ {{ d-button action =" change" actionParam =link.id translatedLabel =link.label class =link.classes }}
8
8
{{ #unless link.first }}
9
- {{ d-button action =( action " back" ) actionParam =link icon =" arrow-left" class =" back" }}
9
+ {{ d-button action =" back" actionParam =link icon =" arrow-left" class =" back" }}
10
10
{{ /unless }}
11
11
{{ #unless link.last }}
12
- {{ d-button action =( action " forward" ) actionParam =link icon =" arrow-right" class =" forward" }}
12
+ {{ d-button action =" forward" actionParam =link icon =" arrow-right" class =" forward" }}
13
13
{{ /unless }}
14
- {{ d-button action =( action " remove" ) actionParam =link.id icon =" times" class =" remove" }}
14
+ {{ d-button action =" remove" actionParam =link.id icon =" times" class =" remove" }}
15
15
</div >
16
16
{{ /each }}
17
17
{{ /if }}
18
- {{ d-button action =( action " add" ) label =" admin.wizard.add" icon =" plus" }}
18
+ {{ d-button action =" add" label =" admin.wizard.add" icon =" plus" }}
19
19
</div >
20
+
Original file line number Diff line number Diff line change 15
15
16
16
{{ #if canAdd }}
17
17
<span class =" add-mapper-input" >
18
- {{ d-button action =( action " add" ) label =" admin.wizard.add" icon =" plus" }}
18
+ {{ d-button action =" add" label =" admin.wizard.add" icon =" plus" }}
19
19
</span >
20
20
{{ /if }}
Original file line number Diff line number Diff line change 6
6
<div class =" wizard-editor-gutter" >
7
7
{{ #if previewEnabled }}
8
8
{{ d-button
9
- action =( action " togglePreview" )
9
+ action =" togglePreview"
10
10
translatedLabel =previewLabel }}
11
11
{{ /if }}
12
12
13
13
{{ #if fieldsEnabled }}
14
14
{{ d-button
15
- action =( action " togglePopover" )
15
+ action =" togglePopover"
16
16
translatedLabel =popoverLabel }}
17
17
18
18
{{ #if showPopover }}
You can’t perform that action at this time.
0 commit comments