Remove trailing space characters
Trailing space characters do nothing except take up disk space, they should be removed
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<p>
|
||||
Categories:
|
||||
<%= link_to "All", forum_topics_path %>,
|
||||
<%= link_to "All", forum_topics_path %>,
|
||||
<%= link_to "New", forum_topics_path(search: { is_read: false }) %>,
|
||||
<% if policy(ForumTopic).moderate? %>
|
||||
<%= link_to "Private", forum_topics_path(search: { is_private: true }) %>,
|
||||
|
||||
Reference in New Issue
Block a user