From ad5ea14210cc6dcb674c421e296b67ed2d0e6dbc Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 21 Mar 2013 22:22:54 +0200 Subject: [PATCH] Move commit.show partial from commits/ to commit/ --- app/views/{commits => commit}/_commit_box.html.haml | 0 app/views/commit/show.html.haml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/views/{commits => commit}/_commit_box.html.haml (100%) diff --git a/app/views/commits/_commit_box.html.haml b/app/views/commit/_commit_box.html.haml similarity index 100% rename from app/views/commits/_commit_box.html.haml rename to app/views/commit/_commit_box.html.haml diff --git a/app/views/commit/show.html.haml b/app/views/commit/show.html.haml index 485f2d1e..6a723ee8 100644 --- a/app/views/commit/show.html.haml +++ b/app/views/commit/show.html.haml @@ -1,4 +1,4 @@ -= render "commits/commit_box" += render "commit_box" %p.pull-right.cgray This commit has