File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed
javascripts/new-dashboard/components/TrialExpired
test/spec/new-dashboard/unit/specs/components/TrialExpired/__snapshots__ Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ Development
22-----------
33
44### NOTICES
5- - None yet
5+ - None yet
66
77### Features
8+ * Remove the "Add payment method" button from the trial expired message [ 16454] ( https://github.com/CartoDB/cartodb/pull/16454 )
89* Display GeoParquet link in Catalog [ 16453] ( https://github.com/CartoDB/cartodb/pull/16453 )
910* Display notifications about the new CARTO platform release [ 16352] ( https://github.com/CartoDB/cartodb/pull/16352 )
1011* Upgrade to deck.gl 8.5.6 [ 16338] ( https://github.com/CartoDB/cartodb/pull/16338 )
Original file line number Diff line number Diff line change 1414 v-html =" $t('TrialExpired.ExpirationMessage.description.phrase2', { expirationDays: this.expirationDays } )" >
1515 </p >
1616 <div class =" buttons-container" >
17- <a :href =" addPaymentsURL" class =" button upgrade-button is-caption" >
18- {{ $t('TrialExpired.ExpirationMessage.actions.addPayments') }}
19- </a >
2017 <a @click =" deleteAccount" class =" button button--ghost is-txtDarkBlue is-caption" >
2118 {{ $t('TrialExpired.ExpirationMessage.actions.deleteAccount') }}
2219 </a >
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ exports[`ExpirationMessage.vue should render correctly with trial expired date 1
1111 TrialExpired.ExpirationMessage.description.phrase1.withDate
1212 </p >
1313 <p class = " warning-description text is-body is-txtDarkBlue" >TrialExpired.ExpirationMessage.description.phrase2</p >
14- <div class = " buttons-container" ><a class = " button upgrade-button is-caption" >
15- TrialExpired.ExpirationMessage.actions.addPayments
16- </a > <a class = " button button--ghost is-txtDarkBlue is-caption" >
14+ <div class = " buttons-container" ><a class = " button button--ghost is-txtDarkBlue is-caption" >
1715 TrialExpired.ExpirationMessage.actions.deleteAccount
1816 </a ></div >
1917 </div >
@@ -31,9 +29,7 @@ exports[`ExpirationMessage.vue should render correctly without trial expired dat
3129 TrialExpired.ExpirationMessage.description.phrase1.noDate
3230 </p >
3331 <p class = " warning-description text is-body is-txtDarkBlue" >TrialExpired.ExpirationMessage.description.phrase2</p >
34- <div class = " buttons-container" ><a class = " button upgrade-button is-caption" >
35- TrialExpired.ExpirationMessage.actions.addPayments
36- </a > <a class = " button button--ghost is-txtDarkBlue is-caption" >
32+ <div class = " buttons-container" ><a class = " button button--ghost is-txtDarkBlue is-caption" >
3733 TrialExpired.ExpirationMessage.actions.deleteAccount
3834 </a ></div >
3935 </div >
Original file line number Diff line number Diff line change 11{
22 "name" : " cartodb-ui" ,
3- "version" : " 1.0.0-assets.291 " ,
3+ "version" : " 1.0.0-assets.292 " ,
44 "description" : " CARTO UI frontend" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments