Retrospring/app/views/static/about.html.haml

40 lines
915 B
Plaintext
Raw Normal View History

.container
2014-11-24 09:11:44 -08:00
%h1.centre
2014-11-17 04:02:11 -08:00
About
= APP_CONFIG['site_name']
2014-08-01 06:27:08 -07:00
= render 'layouts/messages'
2014-11-24 09:11:44 -08:00
/
TODO: fill this out.
also TODO: find a way to make each panel's height equal
2014-11-17 04:02:11 -08:00
.row
.col-sm-4
2014-11-24 09:11:44 -08:00
.panel.panel-default
.panel-body
2014-11-30 05:21:11 -08:00
%h3 The Team
The people behind justask!
2014-11-24 09:11:44 -08:00
%br/
2014-11-30 05:21:11 -08:00
%ul
- @admins.each do |user|
%li
%a= link_to user.screen_name, show_user_profile_path(user.screen_name)
2014-11-17 04:02:11 -08:00
.col-sm-4
2014-11-24 09:11:44 -08:00
.panel.panel-default
.panel-body
%h3 Alpha version
This is an alpha version, full of bugs. Caveat emptor.
2014-11-17 04:02:11 -08:00
.col-sm-4
2014-11-24 09:11:44 -08:00
.panel.panel-default
.panel-body
%h3 Made with...
%ul
%li HTML5
%li Ruby on Rails
%li FreeBSD, Linux
%li RubyMine, Kate, vim
%li GitLab
2014-11-24 09:11:44 -08:00
= render "shared/links"