rename rss_key to atom_key
This commit is contained in:
parent
25827be2cf
commit
e9483483a6
@ -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)
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user