diaspora/app/views/help/public_profiles.html.haml
Steffen van Bergerem 324b09a72a add help page
2013-08-26 15:26:18 +02:00

31 lines
859 B
Text

-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
- content_for :page_title do
= t('_help')
#section_header
%h2
= t('_help')
//= render('help_nav')
.span-5
= render('faq_nav')
.span-19.last#faq
.question.opened.collapsible
%a.toggle{ :href => '#' }
%h4= t('.who_sees_profile_q')
.answer= t('.who_sees_profile_a')
.question.opened.collapsible
%a.toggle{ :href => '#' }
%h4= t('.whats_in_profile_q')
.answer= t('.whats_in_profile_a')
.question.opened.collapsible
%a.toggle{ :href => '#' }
%h4= t('.who_sees_updates_q')
.answer= t('.who_sees_updates_a')
.question.opened.collapsible
%a.toggle{ :href => '#' }
%h4= t('.what_do_tags_do_q')
.answer= t('.what_do_tags_do_a')