Matchu
22e3f4240a
I noticed we didn't have the little lock icon in the browser, and yeah huh there's a lot of `http://` still floating around! Let's fix that!
16 lines
526 B
Text
16 lines
526 B
Text
- title "Needed items for #{@pet_type.human_name}"
|
|
%h2
|
|
= image_tag "https://pets.neopets.com/cpn/#{@pet_name}/1/1.png",
|
|
:class => 'inline-image'
|
|
%span.pet-name= @pet_name
|
|
can model…
|
|
%ul.buttons
|
|
%li
|
|
= form_tag load_pet_path do
|
|
= origin_tag 'needed_items'
|
|
= hidden_field_tag 'name', @pet_name
|
|
= submit_tag "I'm wearing one now!", :class => 'loud'
|
|
%li
|
|
= link_to 'What do I own?', 'https://www.neopets.com/closet.phtml',
|
|
:class => 'button', :target => '_blank'
|
|
= render @items
|