File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- <div class =" PackageHeader mb-5 {{ not (command ?? true ) ? ' pb-5' }}" style =" background: {{ package .gradient }}, {{ package .color }}; --color-accent: {{ package .color }};"
1
+ <div class =" PackageHeader mb-5 {{ not (command ?? true ) ? ' pb-5' }}" style =" background: {{ package .gradient }}, {{ package .color }}; --color-accent: {{ package .color }};"
2
2
>
3
3
<div class =" container-fluid container-xxl px-4 pt-4 px-md-5 pt-md-5 position-relative" >
4
4
12
12
</p >
13
13
</div >
14
14
15
- {% if command is not defined or command %}
15
+ {% if command is not defined or command %}
16
16
<div class =" d-flex justify-content-center" >
17
17
<twig:TerminalCommand
18
18
aria-label =" Composer command to install {{ package .humanName }}"
Original file line number Diff line number Diff line change 15
15
</twig:Package:PackageHeader >
16
16
{% endblock %}
17
17
18
-
19
18
{% block package_content %}
20
19
21
20
<section class =" mb-5" >
You can’t perform that action at this time.
0 commit comments