Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlevy committed Jan 27, 2025
1 parent ef04c6d commit 8759f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/communication/block/template/page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def top_title
end

def top_description
option_main_summary ? page_l10n.try(:summary) : nil
page_l10n.try(:summary) if option_main_summary
end

def top_link
Expand Down

0 comments on commit 8759f36

Please sign in to comment.