* feat: rename ApplicationConfig[COMMUNITY_NAME] to just community_name * refactor: use the method name defined in the file * chore: use community name on the information template * refactor: move the social media links into a partial * chore: reuse the css * chore: update the partners page * chore: make the code-of conduct DEV related vars dynamic * feat: update the code of conduct * feat: first pass at the editor guide * feat: update more templates (maybe this one should go?) * feat: update the tags page * feat: set configurable email * feat: article urls updated to be dynamic * feat: add comment * feat: update rss guide to use local dev * chore: revert hashtag as it will come from https://github.com/thepracticaldev/dev.to/issues/7254 * chore: string interpolation * feat: add the code for the svg resizing on the information page.
27 lines
1.1 KiB
Text
27 lines
1.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="<%= app_url %>"><%= community_name %></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 <%= community_qualified_name.upcase %></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<% end %>
|