diaspora/app/views/help/_faq_nav.haml
Richard afec5977e9 Started converting the help section into a backbone view. Things missing are: some urls which were calculated and inserted into the yml, all the pre-existing erb templates are still there, it's still at /faq/faq, nothing has been tested, some of the questions don't collapse and expand.
changed the locales to have the hard coded urls in them because they can no longer be calculated server side. this is pretty crap because i'm going to have to change it for all the languages now so i might change my mind about this later.

deleted some unused views.
2014-02-09 16:00:15 +01:00

17 lines
1.3 KiB
Text

#faq_nav
%ul
%li= link_to_unless_current t('help.getting_help.title'), faq_getting_help_path
%li= link_to_unless_current t('help.account_and_data_management.title'), faq_account_and_data_management_path, class: 'faq-link', data_items: ['move_pods', 'download_data', 'close_account', 'data_visible_to_podmin', 'data_other_podmins']
%li= link_to_unless_current t('help.aspects.title'), faq_aspects_path
%li= link_to_unless_current t('help.mentions.title'), faq_mentions_path
%li= link_to_unless_current t('help.pods.title'), faq_pods_path
%li= link_to_unless_current t('help.posts_and_posting.title'), faq_posts_and_posting_path
%li= link_to_unless_current t('help.private_profiles.title'), faq_private_profiles_path
%li= link_to_unless_current t('help.private_posts.title'), faq_private_posts_path
%li= link_to_unless_current t('help.public_posts.title'), faq_public_posts_path
%li= link_to_unless_current t('help.public_profiles.title'), faq_public_profiles_path
%li= link_to_unless_current t('help.resharing_posts.title'), faq_resharing_posts_path
%li= link_to_unless_current t('help.sharing.title'), faq_sharing_path
%li= link_to_unless_current t('help.tags.title'), faq_tags_path
%li= link_to_unless_current t('help.miscellaneous.title'), faq_miscellaneous_path
%span.xxx this is text