-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into improve_subscription_classes_rspec_handling
- Loading branch information
Showing
13 changed files
with
81 additions
and
166 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
assets/javascripts/discourse/components/wizard-subscription-badge.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<DButton | ||
@action={{this.click}} | ||
class="wizard-subscription-badge {{this.subscription.subscriptionType}}" | ||
@title={{this.title}} | ||
> | ||
{{d-icon "pavilion-logo"}} | ||
<span>{{this.label}}</span> | ||
</DButton> | ||
<DButton | ||
@icon={{this.updateIcon}} | ||
@action={{this.update}} | ||
class="btn btn-primary update" | ||
class="btn update" | ||
@disabled={{this.updating}} | ||
@title="admin.wizard.subscription.update.title" | ||
> | ||
{{#if this.updating}} | ||
{{loading-spinner size="small"}} | ||
{{/if}} | ||
</DButton> | ||
<DButton | ||
@action={{this.click}} | ||
class="wizard-subscription-badge {{this.subscription.subscriptionType}}" | ||
@title={{this.title}} | ||
> | ||
{{d-icon "pavilion-logo"}} | ||
<span>{{this.label}}</span> | ||
</DButton> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
assets/javascripts/discourse/components/wizard-subscription-cta.hbs
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
assets/javascripts/discourse/components/wizard-subscription-cta.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.