File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
assets/javascripts/discourse/templates/components Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ < 3.4.0.beta2-dev: 1eef24bc58166e366a66676cae1990f9308b95e7
12< 3.4.0.beta1-dev: 0beedd0add742911ac8fa2969d74ca050c8d7417
23< 3.3.0.beta1-dev: 5a8b188613b41e5c0064528d2aefa3d6e32853d6
343.1.999: abcfdd92acd46e11436aae96055f3951d6194794
Original file line number Diff line number Diff line change 6060 />
6161
6262 <DButton
63- @icon =" times "
63+ @icon =" xmark "
6464 @action ={{ action " cancel" }}
6565 @title =" discourse_teambuild.targets.cancel"
6666 class =" btn-danger cancel"
6767 />
6868 {{ else }}
6969 <DButton
70- @icon =" pencil-alt "
70+ @icon =" pencil"
7171 @title =" discourse_teambuild.targets.edit"
7272 @action ={{ action (mut this.editSelected ) true }}
7373 class =" edit"
7474 />
7575
7676 <DButton
77- @icon =" trash-alt "
77+ @icon =" trash-can "
7878 @title =" discourse_teambuild.targets.delete"
7979 @action ={{ action " destroy" }}
8080 class =" btn-danger destroy"
You can’t perform that action at this time.
0 commit comments