added link to changelog, updated notifications

This commit is contained in:
maxwell 2010-12-16 18:27:58 -08:00
parent a41f45b846
commit 92bbe4cd4c
3 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ module NotificationsHelper
when 'new_request'
translation
when 'comment_on_post'
link_to translation, object_path(Comment.first(:id => object_id).post)
link_to translation, object_path(Comment.first(:id => note.object_id).post)
else
end
end

View file

@ -92,6 +92,7 @@
%li= link_to 'github', "https://github.com/diaspora/diaspora"
%li= link_to t('layouts.header.blog'), "http://blog.joindiaspora.com"
%li= link_to t('layouts.header.code'), "#{root_url}source.tar.gz"
%li= link_to t('.whats_new'), 'https://github.com/diaspora/diaspora/wiki/Changelog'
-if !@landing_page && request.url.match(/joindiaspora.com/)
:javascript

View file

@ -83,6 +83,7 @@ en:
code: "code"
application:
powered_by: "POWERED BY DIASPORA*"
whats_new: "what's new?"
shared:
publisher:
posting: "Posting..."