Skip to content

Commit

Permalink
Fix dashboard page title (#10081)
Browse files Browse the repository at this point in the history
small fix!
  • Loading branch information
jywarren authored Aug 23, 2021
1 parent cb1d98a commit 4ade937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/home_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def dashboard
end

def dashboard_v2
@title = I18n.t('dashboard._header.dashboard')
# The new dashboard displays the blog and topics list
if current_user
@blog = Tag.find_nodes_by_type('blog', 'note', 1).limit(1).first
Expand Down

0 comments on commit 4ade937

Please sign in to comment.