]> git.openstreetmap.org Git - rails.git/commit
Add about page
authorJohn Firebaugh <john.firebaugh@gmail.com>
Tue, 1 Oct 2013 20:52:58 +0000 (13:52 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 13 Oct 2013 21:46:05 +0000 (14:46 -0700)
commit3ebad9ec2f59f2ba5716952f6169cdbb4972f931
treeb0041faa2d23816c51497eedcff85d96f4d361c4
parent681022443ea24c11d9aeedeb3e1ddc3789b8ffd5
Add about page
16 files changed:
app/assets/images/about/0.jpg [new file with mode: 0644]
app/assets/images/about/1.jpg [new file with mode: 0644]
app/assets/images/about/2.jpg [new file with mode: 0644]
app/assets/images/about/3.jpg [new file with mode: 0644]
app/assets/images/about/4.jpg [new file with mode: 0644]
app/assets/images/about/5.jpg [new file with mode: 0644]
app/assets/images/about/osm.png [new file with mode: 0644]
app/assets/images/about/sprite.png [new file with mode: 0644]
app/assets/images/about/sprite@2x.png [new file with mode: 0644]
app/assets/javascripts/about.js [new file with mode: 0644]
app/assets/stylesheets/common.css.scss
app/controllers/site_controller.rb
app/views/layouts/_header.html.erb
app/views/site/about.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb