docbrown/app/views/comments/_login_cta_comment.html.erb

27 lines
1 KiB
Text

<% unless user_signed_in? %>
<div class="comment-hash-marker" id="cta-comment-marker"></div>
<div class="single-comment-node root comment-deep-0"
id="cta-comment-register-now-node">
<div class="inner-comment">
<div class="details">
<br />
</div>
<div class="body">
<p>
Hey there, we see you aren't signed in. (Yes you, the reader. This is a fake comment.)
</p>
<p>
Please consider creating an account on
<a href="https://dev.to">dev.to</a>. It literally takes a few seconds and
<b><em>we'd appreciate the support so much</em></b>. ❤️
</p>
<p>Plus, no fake comments when you're signed in. 🙃</p>
<button class="reaction-button" title="heart" style="margin-top: 20px;margin-bottom: -20px;z-index:100;">
</button>
</div>
<div class="actions">
<a href="/enter" id="cta-comment-register-now-link" class="register-now-cta" rel="nofollow">JOIN THE DEV COMMUNITY</a>
</div>
</div>
</div>
<% end %>