1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/neopets_pages/new.html.haml

70 lines
2.4 KiB
Text

- title t('.title', :name => @neopets_page.name, :index => @neopets_page.index)
- content_for :before_flashes do
= link_to t('.your_items_link'), user_closet_hangers_path(current_user), :id => 'back-to-items'
= form_for @neopets_page, :html => {:id => 'closet-page-form'} do |f|
= f.hidden_field :index
#closet-page-frame-wrapper
%span
%strong
= t '.frame_header', :name => @neopets_page.name,
:index => @neopets_page.index
%iframe#closet-page-frame{:src => @neopets_page.url}
#closet-page-source
= f.label :source, t('.source_header')
= f.text_area :source
= f.submit t('.submit')
- localized_cache :action_suffix => 'explanation' do
%p
= t '.help.welcome', :name => @neopets_page.name
= t '.help.intro', :name => @neopets_page.name
%ol
%li
= t '.help.check_frame.header_html',
:page_link => link_to(t('.help.check_frame.page_link_content',
:name => @neopets_page.name,
:index => @neopets_page.index),
@neopets_page.url)
%ul
%li
%strong= t '.help.check_frame.check_login.summary'
= t '.help.check_frame.check_login.details'
%li
%strong
= t '.help.check_frame.login.summary_html',
:login_link => link_to_neopets_login(t('.help.check_frame.login.summary_login_link_content'))
= t '.help.check_frame.login.details_html',
:login_link => link_to_neopets_login(t('.help.check_frame.login.details_login_link_content'))
%li
%strong
= t '.help.check_frame.check_content.summary',
:name => @neopets_page.name
= t '.help.check_frame.check_content.details'
%li
= t '.help.view_source.header'
%ul
%li
= t '.help.view_source.chrome_html'
%li
= t '.help.view_source.firefox_html'
%li
= t '.help.view_source.other_html'
%li
= t '.help.view_source.troubleshooting_html',
:page_link => link_to(t('.help.view_source.troubleshooting_page_link_content'),
@neopets_page.url)
%li
= t '.help.copy_source.header'
%ul
%li
= t '.help.copy_source.shortcuts'
%li
= t '.help.submit.header'
%ul
%li
= t '.help.submit.description', :name => @neopets_page.name