rename rss_key to atom_key

This commit is contained in:
Alexander Meindl 2022-03-30 19:41:09 +02:00
parent 25827be2cf
commit e9483483a6
2 changed files with 3 additions and 3 deletions

View File

@ -91,6 +91,6 @@ javascript:
action: 'index',
id: @project,
format: 'atom',
key: User.current.rss_key }
key: User.current.atom_key }
- html_title l(:label_overview)

View File

@ -42,12 +42,12 @@ h2 = welcome_overview_name @dashboard
= auto_discovery_link_tag :atom,
{ controller: 'news',
action: 'index',
key: User.current.rss_key,
key: User.current.atom_key,
format: 'atom' },
title: "#{Setting.app_title}: #{l :label_news_latest}"
= auto_discovery_link_tag :atom,
{ controller: 'activities',
action: 'index',
key: User.current.rss_key,
key: User.current.atom_key,
format: 'atom' },
title: "#{Setting.app_title}: #{l :label_activity}"