Loading tools/builder/templates/job_documentation.md.j2 +7 −2 Original line number Diff line number Diff line Loading @@ -28,15 +28,19 @@ </div> {% endif %} <hr/> ## License ??? "License: {{ license_name }}" ??? info "License: {{ license_name }}" {%- for line in license -%} {%- if line %} {{ line }} {%- endif -%} {%- endfor %} <hr/> ## Changelog * **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`): Loading Loading @@ -66,6 +70,8 @@ {{ job_raw_content | indent(4, False) }} ``` <hr/> {% if screenshots_files %} <script> checkGallery(); Loading @@ -77,4 +83,3 @@ function checkGallery() { } </script> {% endif %} Loading
tools/builder/templates/job_documentation.md.j2 +7 −2 Original line number Diff line number Diff line Loading @@ -28,15 +28,19 @@ </div> {% endif %} <hr/> ## License ??? "License: {{ license_name }}" ??? info "License: {{ license_name }}" {%- for line in license -%} {%- if line %} {{ line }} {%- endif -%} {%- endfor %} <hr/> ## Changelog * **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`): Loading Loading @@ -66,6 +70,8 @@ {{ job_raw_content | indent(4, False) }} ``` <hr/> {% if screenshots_files %} <script> checkGallery(); Loading @@ -77,4 +83,3 @@ function checkGallery() { } </script> {% endif %}