Skip to content

Commit

Permalink
Merge pull request #1122 from codidact/cellio/dashboard-heading
Browse files Browse the repository at this point in the history
removed redundant 'posts' heading from dashboard sections
  • Loading branch information
cellio authored Aug 2, 2023
2 parents 3ebfa8a + 778b328 commit ee95501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/application/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<% end %>
</div>
</div>
<div class="widget--body h-fw-bold h-bg-tertiary-050"><i class="fa fa-file-alt"></i> Posts</div>
<% categories.each do |cat| %>
<% next if (cat.min_view_trust_level || -1) > (current_user&.trust_level || 0) %>
<div class="widget--body">
Expand Down

0 comments on commit ee95501

Please sign in to comment.