fixed a link titled 'RSS' linking to an atom feed
This commit is contained in:
parent
f674494d2a
commit
44ff6ae8d8
2 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
=t('.outside')
|
=t('.outside')
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
= link_to "RSS", "#{current_user.public_url}.atom"
|
= link_to t('.atom_feed'), "#{current_user.public_url}.atom"
|
||||||
%br
|
%br
|
||||||
- if current_user.services
|
- if current_user.services
|
||||||
- for service in current_user.services
|
- for service in current_user.services
|
||||||
|
|
|
||||||
|
|
@ -803,6 +803,7 @@ en:
|
||||||
outside: "Public messages will be available for others outside of Diaspora to see."
|
outside: "Public messages will be available for others outside of Diaspora to see."
|
||||||
logged_in: "logged in to %{service}"
|
logged_in: "logged in to %{service}"
|
||||||
manage: "manage connected services"
|
manage: "manage connected services"
|
||||||
|
atom_feed: "Atom feed"
|
||||||
notification:
|
notification:
|
||||||
new: "New %{type} from %{from}"
|
new: "New %{type} from %{from}"
|
||||||
contact_list:
|
contact_list:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue