rebrand Your Closet as Your Items to avoid ambiguity will all these other closet things
This commit is contained in:
parent
3a193d534d
commit
46698d4297
1 changed files with 12 additions and 10 deletions
|
@ -1,21 +1,23 @@
|
||||||
- if user_is?(@user)
|
- if user_is?(@user)
|
||||||
- title 'Your Closet'
|
- title 'Your Items'
|
||||||
= link_to "Import closet from Neopets", new_closet_page_path, :id => 'import-link'
|
= link_to "Import closet from Neopets", new_closet_page_path, :id => 'import-link'
|
||||||
- else
|
- else
|
||||||
- title "#{@user.name}'s Closet"
|
- title "#{@user.name}'s Items"
|
||||||
#closet-hangers
|
#closet-hangers
|
||||||
- if !@closet_hangers.empty?
|
- if !@closet_hangers.empty?
|
||||||
= render @closet_hangers
|
= render @closet_hangers
|
||||||
- else
|
- else
|
||||||
- if user_is?(@user)
|
- if user_is?(@user)
|
||||||
%p You don't have any items in your Dress to Impress closet.
|
%p You haven't tracked any items on Dress to Impress.
|
||||||
%p
|
%p
|
||||||
Your Dress to Impress closet is a way to keep track of what items you
|
Here you can keep track of what items you already own, so that as you
|
||||||
have in your Neopets closet. Once you load your Neopets closet into
|
design fancy outfits you can know what you have and what you still
|
||||||
Dress to Impress, as you play with various outfit ideas you can keep
|
need. And, who knows? Maybe some day this page will include wishlists
|
||||||
track of what items you already own. And, who knows? Maybe some day
|
and up-for-trade items. We'll see what happens.
|
||||||
you can use it as a up-for-trade list or wishlist. We'll see what
|
%p
|
||||||
happens.
|
It's easy to get started!
|
||||||
|
= link_to "Just import your Neopets closet in a few quick steps.", new_closet_page_path
|
||||||
|
Have fun!
|
||||||
- else
|
- else
|
||||||
%p #{@user.name} doesn't have any items in their Dress to Impress closet.
|
%p #{@user.name} hasn't tracked any items on Dress to Impress.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue