Add ID to cta link (#109)

* Adjust base article call-to-action

* Add ID to cta link
This commit is contained in:
Ben Halpern 2018-03-20 12:23:46 -04:00 committed by GitHub
parent 92184cfdf4
commit 9fe1b83783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,6 @@
<% unless user_signed_in? %>
<div class="showpage-signin-cta cta" id="showpage-signin-cta">
<a href="/">dev.to</a> is where software developers publish and get feedback.
<span style="display:block;margin-top:15px;"><a href="/enter">And signing up takes six seconds</a>.</span>
<span style="display:block;margin-top:15px;"><a href="/enter" id="primary-cta-link">And signing up takes six seconds</a></span>
</div>
<% end %>