Skip to content

Commit

Permalink
Merge pull request #5446 from epwinchell/fix_missing_titles
Browse files Browse the repository at this point in the history
Fix missing Edit screen titles
  • Loading branch information
himdel authored Apr 15, 2019
2 parents 6d68513 + 74f7758 commit 47af453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper/page_layouts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def layout_uses_tabs?

showtype = case @showtype
when 'dashboard'
!@lastaction.to_s.ends_with?("_dashboard")
@in_a_form ? true : !@lastaction.to_s.ends_with?("_dashboard")
when 'topology'
false
else
Expand Down

0 comments on commit 47af453

Please sign in to comment.