Change signup CTA on non-home feed (#55)
* Remove stale docs files and add signup CTA on show page * Fix user follow button on search page * Finalize shecoded/theycoded images * Modify sidebar logic * Move help widget below shecoded * Upped shecoded to 100 on sidebar * Change cta on tag page non-logged
This commit is contained in:
parent
39759afaa9
commit
ce4b29d4ff
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,11 @@
|
|||
<div class="single-article single-article-small-pic feed-cta" id="in-feed-cta" style="background-color: #FBFD8B">
|
||||
<div class="cta-container" id="cta-content">
|
||||
<h2>
|
||||
Need more relevant posts?<br />Sign in to customize your feed:
|
||||
<% if @tag.blank? %>
|
||||
Need more relevant posts?<br />Sign in to customize your feed:
|
||||
<% else %>
|
||||
<a href="/">dev.to</a> is a community of <br/><%= number_with_delimiter User.all.size %> amazing humans who code.
|
||||
<% end %>
|
||||
</h2>
|
||||
<div class="button-container">
|
||||
<a href="/users/auth/twitter?state=in-feed-cta" class="cta cta-button" data-no-instant>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue