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:
authoralda519 <galda519@gmail.com>2011-09-15 19:03:17 +0400
committeralda519 <galda519@gmail.com>2011-09-15 19:03:17 +0400
commitb2c141a221fe9dc2da075df90dbf30125fb025b6 (patch)
tree2d72d8e99d39b5293a43fb584a3c6b915256b608 /app/views/users/getting_started.haml
parente4f7bc7216c155e04a42eb36f93dc7bd9b4e8513 (diff)
fixed links to featured user's tags on getting_started page
Diffstat (limited to 'app/views/users/getting_started.haml')
-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