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
diff options
context:
space:
mode:
-rw-r--r--app/views/users/getting_started.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/getting_started.haml b/app/views/users/getting_started.haml
index 6f3973c06..cc5cb89ca 100644
--- a/app/views/users/getting_started.haml
+++ b/app/views/users/getting_started.haml
@@ -98,7 +98,7 @@
= person_link(person, :class => "hovercardable")
.tags
- person.profile.tags[0..2].each do |tg|
- = link_to "##{tg}", tags_path(tg)
+ = link_to "##{tg}", tag_path(tg.name)
= link_to "#{t('.see_all_featured_users')} ->", featured_users_path