update faq and about

This commit is contained in:
pixeldesu 2015-04-18 22:06:36 +02:00
parent 71a7effa29
commit e1d20db3e0
2 changed files with 7 additions and 5 deletions

View File

@ -35,7 +35,9 @@
.panel.panel-default
.panel-body
%h3 Unfinished
%p Retrospring is running on unfinished code, full of bugs. Caveat emptor.
%p
= APP_CONFIG['site_name']
is running on unfinished code, full of bugs. Caveat emptor.
%p
Want to contribute? If you are a Ruby developer, CoffeeScript coder or frontend designer, you can now help
= APP_CONFIG['site_name']
@ -71,9 +73,7 @@
.panel.panel-default
.panel-body
%h3 Funding
Currently Retrospring is running of the developers funds and will be able to sustain at the current needs of servers. Hereby want to thank the people who previously donated to our project and helped it grow. Everyone shown at the bottom of this panel has contributed to the project with donations or great input.
%h3 Supporter
People that believe in our vision, and that's why we love them <3
Currently Retrospring is running of the developers funds and will be able to sustain at the current needs of servers. Hereby we want to thank the people who previously donated to our project and helped it grow. Everyone shown at the bottom of this panel has contributed to the project with donations or great input.
%ul.about--moderator
- User.where(supporter: true).each do |sup|
%a{href: show_user_profile_path(sup.screen_name), title: sup.screen_name, data: { toggle: :tooltip, placement: :top }}

View File

@ -122,5 +122,7 @@
Yep! #{APP_CONFIG['site_name']} runs
= succeed ',' do
%a{href: 'https://github.com/nilsding/justask'} justask
an open source (AGPLv3) question and answer platform.
an open source (AGPLv3) question and answer platform. If you want to contribute or report bugs you find in #{APP_CONFIG['site_name']}, please look at our
= link_to "Github repository!", "https://github.com/retrospring/retrospring"