Skip to content

Commit c5b92a2

Browse files
committed
Merge resolved
2 parents 665d8e9 + 331c265 commit c5b92a2

4 files changed

Lines changed: 19 additions & 2 deletions

File tree

app/views/shared/menu/_main.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- root.add "Programs", programs_path
66
- root.add "FAQ", faq_path
77
- root.add "Support", support_questions_path
8-
- root.add "Help Us Translate!", 'http://crowdin.net/project/hackety-hackcom/invite'
8+
- root.add "Contribute", contribute_path

app/views/shared/menu/_user.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
- root.add "Log Out", logout_path
55
- else
66
- root.add "Log In", login_path
7-
- root.add "Sign Up", new_user_registration_path
7+
- root.add "Sign Up", new_user_registration_path
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- content_for :sidebar do
2+
= render :partial => "shared/ask"
3+
= render :partial => "shared/support_blurb"
4+
5+
- content_for :title do
6+
Contributing page
7+
8+
#Contribute
9+
:markdown
10+
##Want to help us translate Hackety Hack?
11+
12+
Hello everyone!
13+
14+
We are in the process of translating Hackety Hack into as many foreign languages as possible so that people around the world can use the site with ease.
15+
16+
If you are bilingual and interested in helping us make Hackety Hack a truly global phenomenon, accessible by all regardless of location or nationality and make learning Ruby even more fun, then please [sign up here!](http://crowdin.net/project/hackety-hackcom/invite)

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
# match ':user_id/:slug', :to => "programs#show", :as => :program
5656

5757
match 'faq' => 'static#faq'
58+
match 'contribute' => 'static#contribute'
5859
root :to => "static#root"
5960

6061
end

0 commit comments

Comments
 (0)