Skip to content

Commit

Permalink
fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cellio committed Sep 20, 2024
1 parent 76e26d2 commit be6ca27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/tags/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@
<div>
<span title="<%= post_count %> posts with this tag">
<%= short_number_to_human post_count, precision: 1, significant: false %>
<%= 'post'.pluralize(post_count) %> &nbsp;
<%= 'post'.pluralize(post_count) %> &nbsp;&nbsp;
</span>

<span title="RSS feed for this tag">
<%= link_to tag_path(id: @category.id, tag_id: @tag.id, format: 'rss') do %>
<i class="fas fa-rss"></i> RSS &nbsp;
<i class="fas fa-rss"></i> RSS
<% end %>
</span>

<% if user_signed_in? && current_user&.subscriptions.where(type: 'tag', qualifier: @tag.name).exists? %>
<span title="Subscribed: manage email subscriptions">
<span class="has-margin-4" title="Subscribed: manage email subscriptions">
<%= link_to 'Subscribed', subscriptions_path(current_user),
class: 'button is-outlined', 'aria-label': "Subscribed to tag #{@tag.name}" %>
</span>
Expand Down

0 comments on commit be6ca27

Please sign in to comment.