diff options
author | Sasha Sorokin <dafri.nochiterov8@gmail.com> | 2020-01-10 07:10:17 +0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-10 01:10:17 +0100 |
commit | 139f7646a7e3af491d5d6c6a99e82d46f9551400 (patch) | |
tree | 40782cdd60698e08e111045ebb4048a1b6011e4b /app/views/filters | |
parent | c306978190032dd0097d2e48edace33569ddb072 (diff) |
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.
Diffstat (limited to 'app/views/filters')
-rw-r--r-- | app/views/filters/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/filters/index.html.haml b/app/views/filters/index.html.haml index 530ea6f59..2f7d96f96 100644 --- a/app/views/filters/index.html.haml +++ b/app/views/filters/index.html.haml @@ -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 |