Change stackbit integrations page details (#4118)

* Change stackbit integrations page details

* Fix wrongly commented out code
This commit is contained in:
Ben Halpern 2019-09-26 08:45:19 -04:00 committed by GitHub
parent 8d40f54a31
commit aa9f03740e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,9 @@
<div class="single-app-integration">
<% if current_user.decorate.stackbit_integration? %>
<h2>Connected to Stackbit <sup>beta</sup><img src="<%= asset_path("checkmark-green.svg") %>" /></h2>
<p style="font-size: 1.1em"><strong><a href="https://app.stackbit.com/create?ref=devto">Go to your Stackbit Dashboard</a></strong></p>
<p style="font-size: 1.1em"><strong><a href="https://app.stackbit.com/dashboard">Go To Your Stackbit Dashboard</a></strong></p>
<p style="font-size: 1.1em"><strong><a href="https://app.stackbit.com/create?ref=devto">Create New Stackbit Site</a></strong></p>
<% else %>
<h2>Connect to Stackbit <sup>beta</sup></h2>
<p>Automatically generate a self-hosted static blog feed from your DEV posts.</p>