Skip to content
Snippets Groups Projects
Commit 3cae5818 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Missed an ending div tag

parent 6c4789e8
No related branches found
No related tags found
1 merge request!185WS-191: Capability request status page capability definition
Pipeline #1287 passed
......@@ -2,16 +2,17 @@
<h5 id="capability-name">null</h5>
<div id="step-sequence">
<div class="container-fluid">
<div class="row bg-primary rounded rounded-lg mb-1 text-white py-2 align-items-center">
<div class="col">Step 1</div>
<div class="col-auto">
<span class="fas fa-play-circle fa-2x"></span>
<div class="container-fluid">
<div class="row bg-primary rounded rounded-lg mb-1 text-white py-2 align-items-center">
<div class="col">Step 1</div>
<div class="col-auto">
<span class="fas fa-play-circle fa-2x"></span>
</div>
</div>
<div class="row bg-secondary rounded rounded-lg mb-1 text-white py-2 align-items-center">
<div class="col">Step 2</div>
<div class="col-auto"><span class="fa fa-circle fa-2x"></span></div>
</div>
</div>
<div class="row bg-secondary rounded rounded-lg mb-1 text-white py-2 align-items-center">
<div class="col">Step 2</div>
<div class="col-auto"><span class="fa fa-circle fa-2x"></span></div>
</div>
</div>
</div>
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