From e1563da2f3c60a6c6c354ed08821097ecc74e637 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Mon, 5 Jan 2015 00:10:35 +0100 Subject: [PATCH] updated about page --- app/views/static/about.html.haml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml index 3238a557..fb462d7e 100644 --- a/app/views/static/about.html.haml +++ b/app/views/static/about.html.haml @@ -39,13 +39,26 @@ .media-body %h4.entry-text.entry-about kyr %h6.entry-subtext Node.js & Javascript + .panel.panel-default + .panel-body %h3 Moderators + The people on + = APP_CONFIG['site_name'] + that look after you! %ul.about--moderator - User.where(moderator: true).each do |mod| %li %a{href: show_user_profile_path(mod.screen_name)} %img.answerbox--img-small{src: User.find_by_screen_name(mod.screen_name).profile_picture.url(:medium)} = mod.screen_name + .col-sm-4 + .panel.panel-default + .panel-body + %h3 Alpha version + %p This is an alpha version, full of bugs. Caveat emptor. + %p + Found a bug? Have an idea for a must-have feature? Please + = link_to "report them!", 'https://github.com/retrospring/bugs/issues' .panel.panel-default .panel-body There are lies, damned lies, and then there are... @@ -68,14 +81,6 @@ .col-xs-6 %h4.entry-text#follower-count= User.count %h6.entry-subtext Users - .col-sm-4 - .panel.panel-default - .panel-body - %h3 Alpha version - %p This is an alpha version, full of bugs. Caveat emptor. - %p - Found a bug? Have an idea for a must-have feature? Please - = link_to "report them!", 'https://github.com/retrospring/bugs/issues' .col-sm-4 .panel.panel-default .panel-body @@ -89,5 +94,7 @@ %input{:alt => "PayPal - The safer, easier way to pay online!", :border => "0", :name => "submit", :src => "https://www.paypalobjects.com/en_US/AT/i/btn/btn_donateCC_LG.gif", :type => "image"}/ %img{:alt => "", :border => "0", :height => "1", :src => "https://www.paypalobjects.com/de_DE/i/scr/pixel.gif", :width => "1"}/ + Want to support us over a longer timespan? We also have a Patreon campaign! + %a.btn.btn-primary.btn-block{href: "https://patreon.com/retrospring"} Patreon = render "shared/links"