mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
🐛 Fixed broken Zapier links in Admin integration page
refs https://github.com/TryGhost/Team/issues/1270 - Zapier template links for example pre-built templates were broken due to a bug with Zapier - updates links to use new zap creation template link which works
This commit is contained in:
parent
3429ac6934
commit
c3bb7163cf
@ -91,7 +91,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/50909" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=50909" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
@ -108,7 +108,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/359499" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=359499" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
@ -125,7 +125,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/75801" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=75801" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
@ -142,7 +142,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/359415" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=359415" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
@ -159,7 +159,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/184423" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=184423" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
@ -176,7 +176,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/359348" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=359348" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
@ -193,7 +193,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/50924" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=50924" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
@ -210,7 +210,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/359407" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=359407" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
@ -227,7 +227,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-card-right">
|
||||
<a href="https://zapier.com/app/editor/template/359342" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
<a href="https://zapier.com/webintent/create-zap?template=359342" target="_blank" rel="noopener" class="gh-btn gh-btn-outline zapier-template-link"><span>Use this Zap</span></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user