Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-23 05:10:34 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-23 05:10:34 +0400
commit56cdb7a3ad24c00ecc9b6e16fdcfff628fe1ac5a (patch)
tree75379ac6708a17689039da224f9f4ace002526f7 /app
parentdfa6539ef2ac6f550d77d7f167e9da5b2993b115 (diff)
Fix translation reference
Diffstat (limited to 'app')
-rw-r--r--app/views/reshares/_reshare.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/reshares/_reshare.haml b/app/views/reshares/_reshare.haml
index c504e292c..38fe531f6 100644
--- a/app/views/reshares/_reshare.haml
+++ b/app/views/reshares/_reshare.haml
@@ -9,7 +9,7 @@
.content
.right
- = link_to t("show_original"), post_path(post)
+ = link_to t(".show_original"), post_path(post)
%span.from
= person_link(post.author, :class => "hovercardable")