File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 <body >
1515 <div class =" progress" >
16- <div class =" back" style =" background:{{ donationGoalWidget .backgroundColor }};color:{{ donationGoalWidget .textColorMain }}" >
16+ <div class =" back" style =" background:{{ donationGoalWidget .background_color }};color:{{ donationGoalWidget .text_color_main }}" >
1717 <p id =" back-goal-current" >{{ currentAmount / 100 }}
1818 €</p >
19- <p id =" back-title" >{{ donationGoalWidget .textContent }}</p >
19+ <p id =" back-title" >{{ donationGoalWidget .text_content }}</p >
2020 <p id =" back-goal-total" >{{ donationGoalWidget .goal }}
2121 €</p >
2222 </div >
23- <div class =" front" style =" background:{{ donationGoalWidget .barColor }};color:{{ donationGoalWidget .textColorAlt }}" >
23+ <div class =" front" style =" background:{{ donationGoalWidget .bar_color }};color:{{ donationGoalWidget .text_color_alt }}" >
2424 <p id =" front-goal-current" >{{ currentAmount / 100 }}
2525 €</p >
26- <p id =" front-title" >{{ donationGoalWidget .textContent }}</p >
26+ <p id =" front-title" >{{ donationGoalWidget .text_content }}</p >
2727 <p id =" front-goal-total" >{{ donationGoalWidget .goal }}
2828 €</p >
2929 </div >
You can’t perform that action at this time.
0 commit comments