Skip to content

Commit 975dc60

Browse files
committed
Merge pull request #332 from stim371/faq_subscription
Add FAQ entry for premium subscription
2 parents 3c41c32 + 9490f87 commit 975dc60

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/views/pages/faq.html.haml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
%li=link_to("My Bitbucket repos do not show on my profile?", '#bitbucket')
2222
%li=link_to("What is the mayor of a network and how do I become one?", '#mayor')
2323
%li=link_to("What is the resident expert of a network?", '#resident-expert')
24+
%li=link_to("What comes with a premium subscription?", '#premium-subscription')
2425
%li=link_to("How to apply for jobs through Coderwall?", '#apply')
2526
- if signed_in?
2627
%li=link_to("What are Coderwall badge orgs on Github?", '#badge-orgs')
@@ -103,6 +104,16 @@
103104
What is the resident expert of a network?
104105
%p Resident experts are a generally recognized authority on the network topic and are designated by Coderwall.
105106

107+
%h3
108+
%a{:name => 'premium-subscription'}
109+
What comes with a premium subscription?
110+
%p
111+
Organizations looking to hire amazing engineers can post jobs and even view visitor analytics for each posting.
112+
113+
%p
114+
:erb
115+
Complete details for premium subscriptions are available on the <%= link_to 'Employers', employers_path %> page.
116+
106117
%h3
107118
%a{:name => 'apply'}
108119
How to apply for jobs through Coderwall?

0 commit comments

Comments
 (0)