OSDN Git Service

refactoring
authorgitlabhq <m@gitlabhq.com>
Wed, 16 Nov 2011 05:38:53 +0000 (08:38 +0300)
committergitlabhq <m@gitlabhq.com>
Wed, 16 Nov 2011 05:38:53 +0000 (08:38 +0300)
commitaf08ed6b66530b8efc68bf45e1f11599e333b826
tree1db2fb4d69f60a7da99ec69e6bdcd1a9eb1fd183
parentf294b8d4c3209689dde00326ca6270afa0b4843e
refactoring
16 files changed:
app/assets/stylesheets/style.scss
app/controllers/projects_controller.rb
app/controllers/refs_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb
app/models/project.rb
app/views/commits/_commits.html.haml
app/views/commits/_diff.html.haml
app/views/commits/show.html.haml
app/views/layouts/project.html.haml
app/views/projects/tree.html.erb [deleted file]
app/views/refs/_tree.html.haml [moved from app/views/projects/_tree.html.haml with 65% similarity]
app/views/refs/_tree_file.html.haml [moved from app/views/projects/_tree_file.html.haml with 61% similarity]
app/views/refs/_tree_item.html.haml [moved from app/views/projects/_tree_item.html.haml with 81% similarity]
app/views/refs/tree.html.haml [new file with mode: 0644]
app/views/refs/tree.js.haml [new file with mode: 0644]
config/routes.rb