Remove unnecessary "action-space" for non-signed-in users (#8159)
* Remove published-at for narrow screens * Action space * revert published-at-thing
This commit is contained in:
parent
927c0429c0
commit
9de9c57c63
1 changed files with 3 additions and 1 deletions
|
|
@ -152,7 +152,9 @@
|
|||
</span>
|
||||
<% end %>
|
||||
<span class="published-at">・<%= @article.reading_time < 1 ? 1 : @article.reading_time %> min read</span>
|
||||
<span class="action-space" id="action-space"> </span>
|
||||
<% if user_signed_in? %>
|
||||
<span class="action-space" id="action-space"> </span>
|
||||
<% end %>
|
||||
</h3>
|
||||
<% cache("main-article-tags-#{@article.cached_tag_list}", expires_in: 30.hours) do %>
|
||||
<div class="tags">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue