mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 12:08:12 -05:00
@@ -31,6 +31,7 @@ export const PrimaryButton = <template>
|
||||
<DPageActionButton
|
||||
class="btn-primary"
|
||||
...attributes
|
||||
@icon={{@icon}}
|
||||
@action={{@action}}
|
||||
@route={{@route}}
|
||||
@routeModels={{@routeModels}}
|
||||
@@ -46,6 +47,7 @@ export const DangerButton = <template>
|
||||
class="btn-danger"
|
||||
...attributes
|
||||
@action={{@action}}
|
||||
@icon={{@icon}}
|
||||
@route={{@route}}
|
||||
@routeModels={{@routeModels}}
|
||||
@label={{@label}}
|
||||
@@ -59,6 +61,7 @@ export const DefaultButton = <template>
|
||||
class="btn-default"
|
||||
...attributes
|
||||
@action={{@action}}
|
||||
@icon={{@icon}}
|
||||
@route={{@route}}
|
||||
@routeModels={{@routeModels}}
|
||||
@label={{@label}}
|
||||
@@ -102,11 +105,11 @@ export const DefaultActionListItem = <template>
|
||||
class="btn-default"
|
||||
...attributes
|
||||
@action={{@action}}
|
||||
@icon={{@icon}}
|
||||
@route={{@route}}
|
||||
@routeModels={{@routeModels}}
|
||||
@label={{@label}}
|
||||
@title={{@title}}
|
||||
@icon={{@icon}}
|
||||
@isLoading={{@isLoading}}
|
||||
/>
|
||||
</template>;
|
||||
|
||||
Reference in New Issue
Block a user