mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Making archive offer button less scary
This commit is contained in:
parent
00bfb9be69
commit
328a59466c
@ -17,7 +17,7 @@
|
||||
@buttonText="Archive"
|
||||
@successText="Archived"
|
||||
@task={{this.archiveOfferTask}}
|
||||
@class="gh-btn gh-btn-red gh-btn-icon"
|
||||
@class="gh-btn gh-btn-black gh-btn-icon"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -243,7 +243,7 @@
|
||||
{{#if (not this.offer.isNew)}}
|
||||
<button
|
||||
type="button"
|
||||
class="gh-btn gh-btn-red gh-btn-icon"
|
||||
class="gh-btn gh-btn-black gh-btn-icon"
|
||||
{{on "click" this.openConfirmArchiveModal}}
|
||||
>
|
||||
<span>Archive offer</span>
|
||||
|
Loading…
Reference in New Issue
Block a user