Skip to content

Commit

Permalink
add id to lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Nov 28, 2022
1 parent 95daee2 commit 7bcdf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/life_cycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{% elsif site.life_cycle == "transition-step-1" %}
{% include check_transition_variables.html need_transition_date = 'true' %}

<div class="alert alert-warning life-cycle">
<div id="life-cycle" class="alert alert-warning life-cycle panel-body">
A snapshot of this lesson from {{ site.transition_date_prebeta }} is being tested on
<a href='https://carpentries.github.io/workbench'>The Carpentries Workbench</a>:
<a href="https://preview.carpentries.org/{{ repo_name }}">https://preview.carpentries.org/{{ repo_name }}</a>.
Expand All @@ -60,7 +60,7 @@
{% elsif site.life_cycle == "transition-step-2" %}
{% include check_transition_variables.html need_transition_date = 'true' %}

<div class="alert alert-danger alert-dismissible life-cycle" role="alert">
<div id="life-cycle" class="alert alert-danger alert-dismissible life-cycle panel-body" role="alert">
This lesson is a <b>snapshot from {{ site.transition_date_beta }}</b>.
A newer version is being tested on <a href='https://carpentries.github.io/workbench'>The Carpentries Workbench</a>:
<a href="https://preview.carpentries.org/{{ repo_name }}">https://preview.carpentries.org/{{ repo_name }}</a>.
Expand Down

0 comments on commit 7bcdf50

Please sign in to comment.