2017-02-17 08:50:07 +03:00
|
|
|
<section class="gh-canvas">
|
2021-02-10 13:54:27 +03:00
|
|
|
<GhCanvasHeader class="gh-canvas-header">
|
2022-10-04 08:35:29 +03:00
|
|
|
<div class="flex flex-column">
|
|
|
|
<div class="gh-canvas-breadcrumb">
|
|
|
|
<LinkTo @route="settings">
|
|
|
|
Settings
|
|
|
|
</LinkTo>
|
|
|
|
{{svg-jar "arrow-right-small"}} Code injection
|
|
|
|
</div>
|
|
|
|
<h2 class="gh-canvas-title" data-test-screen-title>
|
|
|
|
Code injection
|
|
|
|
</h2>
|
|
|
|
</div>
|
2017-01-18 02:44:08 +03:00
|
|
|
<section class="view-actions">
|
2021-02-10 13:54:27 +03:00
|
|
|
<GhTaskButton @task={{this.saveTask}} @class="gh-btn gh-btn-primary gh-btn-icon" data-test-save-button={{true}} />
|
2017-01-18 02:44:08 +03:00
|
|
|
</section>
|
2021-02-10 13:54:27 +03:00
|
|
|
</GhCanvasHeader>
|
2017-01-18 02:44:08 +03:00
|
|
|
|
2017-06-19 13:09:53 +03:00
|
|
|
<section class="gh-content">
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhLoadingSpinner />
|
2017-01-18 02:44:08 +03:00
|
|
|
</section>
|
2017-02-16 22:50:05 +03:00
|
|
|
</section>
|