Skip to content
Snippets Groups Projects
Commit 363246d2 authored by git's avatar git Committed by Alberto Siles
Browse files

Issue #3149925 by Radouch: Class 'card-block' should be 'card-body' in non-DS templates, too

parent e4df54b9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
{{ content.first }}
</div>
<div{{ region_attributes.second.addClass('card-block') }}>
<div{{ region_attributes.second.addClass('card-body') }}>
{{ content.second }}
</div>
......
......@@ -99,7 +99,7 @@
</div>
<div{{ content_attributes.addClass(['comment__content', 'col-sm-9', 'card']) }}>
<div class="card-block">
<div class="card-body">
{% if title %}
{{ title_prefix }}
<h3{{ title_attributes.addClass('card-title') }}>{{ title }}</h3>
......@@ -110,7 +110,7 @@
<nav>{{ content.links }}</nav>
{% endif %}
</div>
<div class="card-block">
<div class="card-body">
<span class="comment__time">{{ created }}</span>
<span class="comment__permalink">{{ permalink }}</span>
</div>
......
......@@ -22,7 +22,7 @@
{{ first }}
</{{ first_wrapper }}>
<{{ second_wrapper }}{{ second_attributes.addClass('card-block') }}>
<{{ second_wrapper }}{{ second_attributes.addClass('card-body') }}>
{{ second }}
</{{ second_wrapper }}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment