Link the no_tags text to a tag page, we should make tags#index something meaningful one day.
This commit is contained in:
parent
5d27b8047e
commit
d7ac6c4713
2 changed files with 3 additions and 4 deletions
|
|
@ -14,5 +14,4 @@
|
||||||
=link_to "##{tg.name}", tag_path(:name => tg.name), :class => "tag_selector"
|
=link_to "##{tg.name}", tag_path(:name => tg.name), :class => "tag_selector"
|
||||||
- else
|
- else
|
||||||
%li
|
%li
|
||||||
%span.new_aspect
|
= link_to t('aspects.index.no_tags'), tags_path, :class => "new_aspect"
|
||||||
= t('aspects.index.no_tags')
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ en:
|
||||||
public: "Public"
|
public: "Public"
|
||||||
limited: "Limited"
|
limited: "Limited"
|
||||||
search: "Search"
|
search: "Search"
|
||||||
find_people: "Find people"
|
find_people: "Find people or #tags"
|
||||||
_home: "Home"
|
_home: "Home"
|
||||||
more: "More"
|
more: "More"
|
||||||
next: "next"
|
next: "next"
|
||||||
|
|
@ -156,7 +156,7 @@ en:
|
||||||
keep_us_running: "Keep %{pod} running fast, buy our servers their monthly coffee fix!"
|
keep_us_running: "Keep %{pod} running fast, buy our servers their monthly coffee fix!"
|
||||||
your_aspects: "Your Aspects"
|
your_aspects: "Your Aspects"
|
||||||
tags_following: "Followed Tags"
|
tags_following: "Followed Tags"
|
||||||
no_tags: "No tags"
|
no_tags: "+ Find a tag to follow"
|
||||||
handle_explanation: "This is your diaspora id. Like an email address, you can give this to people to reach you."
|
handle_explanation: "This is your diaspora id. Like an email address, you can give this to people to reach you."
|
||||||
no_contacts: "No contacts"
|
no_contacts: "No contacts"
|
||||||
post_a_message: "post a message >>"
|
post_a_message: "post a message >>"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue