2017-02-17 08:50:07 +03:00
|
|
|
<section class="gh-canvas">
|
2021-02-10 13:08:05 +03:00
|
|
|
<GhCanvasHeader class="gh-canvas-header">
|
2019-06-18 13:47:21 +03:00
|
|
|
<h2 class="gh-canvas-title" data-test-screen-title>
|
2021-01-21 18:45:59 +03:00
|
|
|
<LinkTo @route="settings">Settings</LinkTo>
|
|
|
|
<span>{{svg-jar "arrow-right"}}</span>
|
2021-02-10 13:08:05 +03:00
|
|
|
General
|
2019-06-18 13:47:21 +03:00
|
|
|
</h2>
|
2017-01-18 02:44:08 +03:00
|
|
|
<section class="view-actions">
|
2021-02-10 13:08:05 +03:00
|
|
|
<GhTaskButton @buttonText="Save settings" @task={{this.save}} @class="gh-btn gh-btn-primary gh-btn-icon" data-test-button="save" />
|
2017-01-18 02:44:08 +03:00
|
|
|
</section>
|
2021-02-10 13:08:05 +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>
|