OSDN Git Service

User profile restyle. Feed(Atom) links for commits & issues
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 19 Dec 2011 21:32:59 +0000 (23:32 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 19 Dec 2011 21:32:59 +0000 (23:32 +0200)
commita2d3b211892afefe9fe4ccd041391af45501f4b6
treee8731df389a166e3760bdef974868473b35dd1c2
parent54fb0f858949ea3fab68861fe74d05a40cd45cfe
User profile restyle. Feed(Atom) links for commits & issues
16 files changed:
app/assets/images/rss_icon_gray.png [new file with mode: 0644]
app/assets/stylesheets/application.css
app/assets/stylesheets/projects.css.scss
app/controllers/keys_controller.rb
app/models/user.rb
app/views/commits/index.html.haml
app/views/issues/index.html.haml
app/views/keys/_show.html.haml
app/views/keys/create.js.haml
app/views/keys/index.html.haml
app/views/keys/show.html.haml [new file with mode: 0644]
app/views/layouts/_head_panel.html.erb
app/views/layouts/_middle_panel.html.haml
app/views/profile/password.html.haml
app/views/profile/show.html.haml
spec/requests/keys_spec.rb