File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
{% elsif site.life_cycle == "transition-step-1" %}
47
47
{% include check_transition_variables.html need_transition_date = 'true' %}
48
48
49
- < div class ="alert alert-warning life-cycle ">
49
+ < div id =" life-cycle " class ="alert alert-warning life-cycle panel-body ">
50
50
A snapshot of this lesson from {{ site.transition_date_prebeta }} is being tested on
51
51
< a href ='https://carpentries.github.io/workbench '> The Carpentries Workbench</ a > :
52
52
< a href ="https://preview.carpentries.org/{{ repo_name }} "> https://preview.carpentries.org/{{ repo_name }}</ a > .
60
60
{% elsif site.life_cycle == "transition-step-2" %}
61
61
{% include check_transition_variables.html need_transition_date = 'true' %}
62
62
63
- < div class ="alert alert-danger alert-dismissible life-cycle " role ="alert ">
63
+ < div id =" life-cycle " class ="alert alert-danger alert-dismissible life-cycle panel-body " role ="alert ">
64
64
This lesson is a < b > snapshot from {{ site.transition_date_beta }}</ b > .
65
65
A newer version is being tested on < a href ='https://carpentries.github.io/workbench '> The Carpentries Workbench</ a > :
66
66
< a href ="https://preview.carpentries.org/{{ repo_name }} "> https://preview.carpentries.org/{{ repo_name }}</ a > .
You can’t perform that action at this time.
0 commit comments