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:
parent
c306978190
commit
139f7646a7
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
- content_for :page_title do
|
||||
= t('filters.index.title')
|
||||
|
||||
- content_for :page_heading_actions do
|
||||
- content_for :heading_actions do
|
||||
= link_to t('filters.new.title'), new_filter_path, class: 'button'
|
||||
|
||||
- if @filters.count == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue