File tree 1 file changed +10
-10
lines changed
readthedocsext/theme/templates/builds
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -191,19 +191,19 @@ <h3>{% trans "Build Errors" %}</h3>
191
191
{% if build.notifications.exists %}
192
192
{# Show error notifications as "build-error" #}
193
193
{% for notification in build.notifications.all %}
194
- {% if notification.get_message.type == "error" %}
195
- < div class ="ui attached inverted red segment ">
196
- < i class ="fa-solid fa-exclamation circular icon "> </ i >
197
- < span > {{ notification.get_message.get_rendered_body|safe }}</ span >
198
- < span > {% trans "For more information on this error, see our documentation." %}</ span >
199
- </ div >
194
+ {% if notification.get_message.type == "error" %}
195
+ < div class ="ui attached inverted red segment ">
196
+ < i class ="fa-solid fa-exclamation circular icon "> </ i >
197
+ < span > {{ notification.get_message.get_rendered_body|safe }}</ span >
198
+ < span > {% trans "For more information on this error, see our documentation." %}</ span >
199
+ </ div >
200
200
{% endif %}
201
201
{% endfor %}
202
202
{% else %}
203
- < div class ="ui attached inverted red segment " data-bind ="visible: error " style ="display: none; ">
204
- < span data-bind ="text: error "> </ span >
205
- < span > {% trans "For more information on this error, see our documentation." %}</ span >
206
- </ div >
203
+ < div class ="ui attached inverted red segment " data-bind ="visible: error " style ="display: none; ">
204
+ < span data-bind ="text: error "> </ span >
205
+ < span > {% trans "For more information on this error, see our documentation." %}</ span >
206
+ </ div >
207
207
{% endif %}
208
208
209
209
< div class ="ui inverted bottom attached segment transition slide ">
You can’t perform that action at this time.
0 commit comments