Skip to content

Commit dc40565

Browse files
authored
Merge pull request #147 from joelthorner/pre
Applying bold on bundle item and gift names
2 parents 9e39ea0 + 3f69972 commit dc40565

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emilio-generator",
3-
"version": "2.1.19",
3+
"version": "2.1.20",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/data/beyond/app-language-ca.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export const LANGUAGE_CA = {
629629
</td>
630630
<td style="padding: 10px 0px 0px 10px;">
631631
<a href="{{ bundleItem.link }}" title="{{ bundleItem.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
632-
<span style="color: #454545; text-decoration: none">{{ bundleItem.name }}</b></span>
632+
<span style="color: #454545; text-decoration: none"><b>{{ bundleItem.name }}</b></span>
633633
</a>
634634
{% if bundleItem.options|length %}
635635
<div style="font-size: 14px; line-height: 20px; color: #666;">
@@ -660,7 +660,7 @@ export const LANGUAGE_CA = {
660660
</td>
661661
<td style="padding: 10px 0px 0px 10px;">
662662
<a href="{{ item.link }}" title="{{ item.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
663-
<span style="color: #454545; text-decoration: none">{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
663+
<span style="color: #454545; text-decoration: none"><b>{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
664664
</a>
665665
{% if item.options|length %}
666666
<div style="font-size: 14px; line-height: 20px; color: #666;">

src/app/data/beyond/app-language-de.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ export const LANGUAGE_DE = {
625625
</td>
626626
<td style="padding: 10px 0px 0px 10px;">
627627
<a href="{{ bundleItem.link }}" title="{{ bundleItem.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
628-
<span style="color: #454545; text-decoration: none">{{ bundleItem.name }}</b></span>
628+
<span style="color: #454545; text-decoration: none"><b>{{ bundleItem.name }}</b></span>
629629
</a>
630630
{% if bundleItem.options|length %}
631631
<div style="font-size: 14px; line-height: 20px; color: #666;">
@@ -656,7 +656,7 @@ export const LANGUAGE_DE = {
656656
</td>
657657
<td style="padding: 10px 0px 0px 10px;">
658658
<a href="{{ item.link }}" title="{{ item.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
659-
<span style="color: #454545; text-decoration: none">{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
659+
<span style="color: #454545; text-decoration: none"><b>{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
660660
</a>
661661
{% if item.options|length %}
662662
<div style="font-size: 14px; line-height: 20px; color: #666;">

src/app/data/beyond/app-language-en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export const LANGUAGE_EN = {
629629
</td>
630630
<td style="padding: 10px 0px 0px 10px;">
631631
<a href="{{ bundleItem.link }}" title="{{ bundleItem.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
632-
<span style="color: #454545; text-decoration: none">{{ bundleItem.name }}</b></span>
632+
<span style="color: #454545; text-decoration: none"><b>{{ bundleItem.name }}</b></span>
633633
</a>
634634
{% if bundleItem.options|length %}
635635
<div style="font-size: 14px; line-height: 20px; color: #666;">
@@ -660,7 +660,7 @@ export const LANGUAGE_EN = {
660660
</td>
661661
<td style="padding: 10px 0px 0px 10px;">
662662
<a href="{{ item.link }}" title="{{ item.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
663-
<span style="color: #454545; text-decoration: none">{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
663+
<span style="color: #454545; text-decoration: none"><b>{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
664664
</a>
665665
{% if item.options|length %}
666666
<div style="font-size: 14px; line-height: 20px; color: #666;">

src/app/data/beyond/app-language-es.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export const LANGUAGE_ES = {
629629
</td>
630630
<td style="padding: 10px 0px 0px 10px;">
631631
<a href="{{ bundleItem.link }}" title="{{ bundleItem.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
632-
<span style="color: #454545; text-decoration: none">{{ bundleItem.name }}</b></span>
632+
<span style="color: #454545; text-decoration: none"><b>{{ bundleItem.name }}</b></span>
633633
</a>
634634
{% if bundleItem.options|length %}
635635
<div style="font-size: 14px; line-height: 20px; color: #666;">
@@ -660,7 +660,7 @@ export const LANGUAGE_ES = {
660660
</td>
661661
<td style="padding: 10px 0px 0px 10px;">
662662
<a href="{{ item.link }}" title="{{ item.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
663-
<span style="color: #454545; text-decoration: none">{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
663+
<span style="color: #454545; text-decoration: none"><b>{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
664664
</a>
665665
{% if item.options|length %}
666666
<div style="font-size: 14px; line-height: 20px; color: #666;">

src/app/data/beyond/app-language-fr.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export const LANGUAGE_FR = {
629629
</td>
630630
<td style="padding: 10px 0px 0px 10px;">
631631
<a href="{{ bundleItem.link }}" title="{{ bundleItem.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
632-
<span style="color: #454545; text-decoration: none">{{ bundleItem.name }}</b></span>
632+
<span style="color: #454545; text-decoration: none"><b>{{ bundleItem.name }}</b></span>
633633
</a>
634634
{% if bundleItem.options|length %}
635635
<div style="font-size: 14px; line-height: 20px; color: #666;">
@@ -660,7 +660,7 @@ export const LANGUAGE_FR = {
660660
</td>
661661
<td style="padding: 10px 0px 0px 10px;">
662662
<a href="{{ item.link }}" title="{{ item.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
663-
<span style="color: #454545; text-decoration: none">{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
663+
<span style="color: #454545; text-decoration: none"><b>{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
664664
</a>
665665
{% if item.options|length %}
666666
<div style="font-size: 14px; line-height: 20px; color: #666;">

src/app/data/beyond/app-language-it.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export const LANGUAGE_IT = {
629629
</td>
630630
<td style="padding: 10px 0px 0px 10px;">
631631
<a href="{{ bundleItem.link }}" title="{{ bundleItem.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
632-
<span style="color: #454545; text-decoration: none">{{ bundleItem.name }}</b></span>
632+
<span style="color: #454545; text-decoration: none"><b>{{ bundleItem.name }}</b></span>
633633
</a>
634634
{% if bundleItem.options|length %}
635635
<div style="font-size: 14px; line-height: 20px; color: #666;">
@@ -660,7 +660,7 @@ export const LANGUAGE_IT = {
660660
</td>
661661
<td style="padding: 10px 0px 0px 10px;">
662662
<a href="{{ item.link }}" title="{{ item.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
663-
<span style="color: #454545; text-decoration: none">{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
663+
<span style="color: #454545; text-decoration: none"><b>{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
664664
</a>
665665
{% if item.options|length %}
666666
<div style="font-size: 14px; line-height: 20px; color: #666;">

src/app/data/beyond/app-language-pt.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export const LANGUAGE_PT = {
629629
</td>
630630
<td style="padding: 10px 0px 0px 10px;">
631631
<a href="{{ bundleItem.link }}" title="{{ bundleItem.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
632-
<span style="color: #454545; text-decoration: none">{{ bundleItem.name }}</b></span>
632+
<span style="color: #454545; text-decoration: none"><b>{{ bundleItem.name }}</b></span>
633633
</a>
634634
{% if bundleItem.options|length %}
635635
<div style="font-size: 14px; line-height: 20px; color: #666;">
@@ -660,7 +660,7 @@ export const LANGUAGE_PT = {
660660
</td>
661661
<td style="padding: 10px 0px 0px 10px;">
662662
<a href="{{ item.link }}" title="{{ item.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
663-
<span style="color: #454545; text-decoration: none">{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
663+
<span style="color: #454545; text-decoration: none"><b>{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
664664
</a>
665665
{% if item.options|length %}
666666
<div style="font-size: 14px; line-height: 20px; color: #666;">

src/app/data/beyond/app-language-ru.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export const LANGUAGE_RU = {
629629
</td>
630630
<td style="padding: 10px 0px 0px 10px;">
631631
<a href="{{ bundleItem.link }}" title="{{ bundleItem.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
632-
<span style="color: #454545; text-decoration: none">{{ bundleItem.name }}</b></span>
632+
<span style="color: #454545; text-decoration: none"><b>{{ bundleItem.name }}</b></span>
633633
</a>
634634
{% if bundleItem.options|length %}
635635
<div style="font-size: 14px; line-height: 20px; color: #666;">
@@ -660,7 +660,7 @@ export const LANGUAGE_RU = {
660660
</td>
661661
<td style="padding: 10px 0px 0px 10px;">
662662
<a href="{{ item.link }}" title="{{ item.name }}" target="_blank" rel="noreferrer" style="text-decoration:none;">
663-
<span style="color: #454545; text-decoration: none">{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
663+
<span style="color: #454545; text-decoration: none"><b>{{ item.name }}</b>{% if item.type == "GIFT" %} ({{ languageSheet.gift }}){% endif %}</span>
664664
</a>
665665
{% if item.options|length %}
666666
<div style="font-size: 14px; line-height: 20px; color: #666;">

0 commit comments

Comments
 (0)