mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
b167f0afd5
no issue - moves integration routes around to match ember's concept of nested routes (nested routes reflect nested UI not nested URLs) - sets us up for having a `settings.integrations.new` modal route that sits on top of the index screen
36 lines
1.4 KiB
Handlebars
36 lines
1.4 KiB
Handlebars
<section class="gh-canvas">
|
|
<header class="gh-canvas-header">
|
|
<h2 class="gh-canvas-title" data-test-screen-title>
|
|
{{#link-to "settings.integrations"}}Integrations{{/link-to}}
|
|
<span>{{svg-jar "arrow-right"}}</span>
|
|
Zapier
|
|
</h2>
|
|
</header>
|
|
|
|
<section class="view-container">
|
|
<br>
|
|
<section class="app-grid">
|
|
<div class="app-cell">
|
|
<img class="app-icon" src="assets/img/zapiericon.png" />
|
|
</div>
|
|
<div class="app-cell">
|
|
<h3>Zapier</h3>
|
|
<p>Automation for your favourite apps</p>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="gh-setting-header">Zapier configuration</div>
|
|
<div class="gh-setting" id="zapier-toggle">
|
|
<div class="gh-setting-content gh-setting-content--no-action">
|
|
<div class="gh-setting-title">Zapier Templates</div>
|
|
<div class="gh-setting-desc">Explore pre-built templates for common automation tasks</div>
|
|
<div class="gh-setting-content-extended">
|
|
<div id="zapier-templates">
|
|
<script src="https://zapier.com/apps/embed/widget.js?services=ghost&container=true&limit=10&html_id=zapier-templates"></script>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|