Show subscribe text when not logged in

This commit is contained in:
Omar Roth
2019-04-14 17:10:32 -05:00
parent d20a4a8bfc
commit efe86c37b2
12 changed files with 598 additions and 598 deletions

View File

@@ -18,7 +18,7 @@
<p>
<a id="subscribe" class="pure-button pure-button-primary"
href="/login?referer=<%= env.get("current_page") %>">
<b><%= translate(locale, "Login to subscribe to `x`", author) %></b>
<b><%= translate(locale, "Subscribe") %> | <%= sub_count_text %></b>
</a>
</p>
<% end %>