OSDN Git Service

Design tab for profile. Colorscheme as db value v2.0.0
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 20 Dec 2011 20:47:09 +0000 (22:47 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 20 Dec 2011 20:47:09 +0000 (22:47 +0200)
commit9a2a8612769d472503b367fa35e99f6fb2876704
tree26cdb4e66b5e664fe4bcd57d011c54c9c9c26ded
parent2f7b67161952fc9ab322eba6878511b5f2dd5cf1
Design tab for profile. Colorscheme as db value
15 files changed:
app/assets/images/dark.png [new file with mode: 0644]
app/assets/images/white.png [new file with mode: 0644]
app/assets/stylesheets/projects.css.scss
app/controllers/profile_controller.rb
app/helpers/application_helper.rb
app/models/tree.rb
app/models/user.rb
app/views/layouts/profile.html.haml
app/views/layouts/user.html.haml [deleted file]
app/views/profile/design.html.haml [new file with mode: 0644]
app/views/profile/show.html.haml
app/views/refs/_tree_file.html.haml
config/routes.rb
db/migrate/20111220190817_add_coloscheme_option_to_user.rb [new file with mode: 0644]
db/schema.rb