Skip to content

Commit dd66a50

Browse files
Merge pull request codebar#2326 from olleolleolle/use-spaces-not-tabs
chore: Use spaces, not tabs, in HAML file
2 parents 99d05aa + 0421258 commit dd66a50

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
.div.mb-5
2-
= image_tag 'codebar-stories-banner.png', alt: t('pages.codebar_stories_podcast.image_alt'), class: 'mw-100'
2+
= image_tag 'codebar-stories-banner.png', alt: t('pages.codebar_stories_podcast.image_alt'), class: 'mw-100'
33

44
.container.mb-5
5-
.row.justify-content-md-center
6-
.col-12.col-md-7.text-center
7-
%p.lead= t('pages.codebar_stories_podcast.opening')
5+
.row.justify-content-md-center
6+
.col-12.col-md-7.text-center
7+
%p.lead= t('pages.codebar_stories_podcast.opening')
88

99

1010
.container.mb-5
11-
.row.justify-content-md-center
12-
.col-12.col-md-8
13-
<iframe src="https://podcasters.spotify.com/pod/show/codebar/embed" height="100%" width="100%" frameborder="0" scrolling="no"></iframe>
11+
.row.justify-content-md-center
12+
.col-12.col-md-8
13+
<iframe src="https://podcasters.spotify.com/pod/show/codebar/embed" height="100%" width="100%" frameborder="0" scrolling="no"></iframe>
1414

1515

1616
.container.mb-5
17-
.row.justify-content-md-center
18-
.col-12.col-md-7.text-center.border.border-3.border-primary
19-
%p.lead.pt-3= t('pages.codebar_stories_podcast.contact_us_html', email: '[email protected]')
20-
17+
.row.justify-content-md-center
18+
.col-12.col-md-7.text-center.border.border-3.border-primary
19+
%p.lead.pt-3= t('pages.codebar_stories_podcast.contact_us_html', email: '[email protected]')

0 commit comments

Comments
 (0)