Skip to content

Commit

Permalink
FDN status
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Nov 6, 2024
1 parent ae0c4f0 commit b94c172
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _layouts/news_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
$("body").html($("body").html().replace(/\#(\d+)/gm, '<a href="https://github.com/magefree/mage/issues/$1">#$1</a>'));

// load progress bars
loadTaskStatus(11853);
loadTaskStatus(12534);
loadTaskStatus(12538);
});
</script>
<meta charset="UTF-8">
Expand Down Expand Up @@ -88,14 +88,14 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git

<section class="main-content">
<div class="tasks">
<ul id="task-11853" class="tasks-status" style="display:none">
<span>BLB - Bloomburrow (<a href="https://github.com/magefree/mage/issues/11853">github</a>):</span>
<ul id="task-12534" class="tasks-status" style="display:none">
<span>DSK - Duskmourn (<a href="https://github.com/magefree/mage/issues/12534">github</a>):</span>
<div class="progress-with-border">
<div class="progress-bar" role="progressbar" style="width: 50%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">Loading...</div>
</div>
</ul>
<ul id="task-12534" class="tasks-status" style="display:none">
<span>DSK - Duskmourn (<a href="https://github.com/magefree/mage/issues/12534">github</a>):</span>
<ul id="task-12538" class="tasks-status" style="display:none">
<span>FDN - Foundations (<a href="https://github.com/magefree/mage/issues/12538">github</a>):</span>
<div class="progress-with-border">
<div class="progress-bar" role="progressbar" style="width: 50%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">Loading...</div>
</div>
Expand Down

0 comments on commit b94c172

Please sign in to comment.