OSDN Git Service

minimalistic UI: issues index, css refactoring
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 17 Jan 2012 22:04:27 +0000 (00:04 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 17 Jan 2012 22:04:27 +0000 (00:04 +0200)
commit809413d9e758547241530001efa35dececfcf787
treedef9dcc1010b7def4d93d5432a8f74269d08808a
parentffc6ab41e0c5e9fa5f2d0ec6962315dfe5676e5d
minimalistic UI: issues index, css refactoring
17 files changed:
app/assets/stylesheets/common.scss
app/assets/stylesheets/dashboard.scss
app/assets/stylesheets/issues.css.scss
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/style.scss
app/assets/stylesheets/top_panel.scss
app/assets/stylesheets/tree.scss [new file with mode: 0644]
app/decorators/tree_decorator.rb
app/views/issues/index.html.haml
app/views/layouts/_head_panel.html.haml
app/views/layouts/project.html.haml
app/views/projects/_side_panel.html.haml [deleted file]
app/views/projects/graph.html.haml
app/views/refs/_tree.html.haml
app/views/refs/_tree_file.html.haml
app/views/refs/_tree_item.html.haml
spec/support/shared_examples.rb