Rename page_heading_actions variable (#12799)
Current name - page_heading_actions is long and hard to remember, this commit shortens it to just heading_actions, which is way more easier to remember and write, it's logical too.
This commit is contained in:
committed by
Eugen Rochko
parent
c306978190
commit
139f7646a7
@ -24,9 +24,9 @@
|
||||
.content-heading
|
||||
%h2= yield :page_title
|
||||
|
||||
- if :page_heading_actions
|
||||
- if :heading_actions
|
||||
.content-heading-actions
|
||||
= yield :page_heading_actions
|
||||
= yield :heading_actions
|
||||
|
||||
= render 'application/flashes'
|
||||
|
||||
|
Reference in New Issue
Block a user