OSDN Git Service

Bootstrap: Issues, Merge Requests, SSH Key completed
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 29 Jan 2012 21:59:12 +0000 (23:59 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 29 Jan 2012 21:59:12 +0000 (23:59 +0200)
commitfca1ffb888e506f7ab0551d01321e462c09d5112
tree216aa7b0fe4930ad31f9daad403e197a3798a0b3
parent20721eff1c9a9a8f291d68538f209091b92961b4
Bootstrap: Issues, Merge Requests, SSH Key completed
32 files changed:
app/assets/stylesheets/buttons.scss [deleted file]
app/assets/stylesheets/common.scss
app/assets/stylesheets/dashboard.scss [deleted file]
app/assets/stylesheets/style.scss [deleted file]
app/assets/stylesheets/tags.scss [deleted file]
app/assets/stylesheets/top_panel.scss
app/controllers/admin/projects_controller.rb
app/controllers/keys_controller.rb
app/views/admin/projects/_form.html.haml
app/views/admin/users/_form.html.haml
app/views/admin/users/new.html.haml
app/views/commits/index.html.haml
app/views/dashboard/_merge_requests_feed.html.haml
app/views/issues/_show.html.haml
app/views/issues/index.html.haml
app/views/issues/index.js.haml
app/views/issues/show.html.haml
app/views/keys/_form.html.haml
app/views/keys/_show.html.haml
app/views/keys/index.html.haml
app/views/keys/new.html.haml
app/views/keys/show.html.haml
app/views/layouts/_head_panel.html.haml
app/views/layouts/_project_side.html.haml
app/views/layouts/profile.html.haml
app/views/merge_requests/show.html.haml
app/views/profile/design.html.haml
app/views/profile/password.html.haml
app/views/profile/show.html.haml
spec/requests/dashboard_merge_requests_spec.rb
spec/requests/issues_spec.rb
spec/requests/projects_spec.rb