diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-21 22:22:54 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-21 22:22:54 +0200 |
commit | ad5ea14210cc6dcb674c421e296b67ed2d0e6dbc (patch) | |
tree | 9064755241165221b6ec0cc61f9032668c3f9e65 | |
parent | fec283889bdc02893bd2fc78a0638b9a4ad2ac1a (diff) | |
download | gitlab-ce-ad5ea14210cc6dcb674c421e296b67ed2d0e6dbc.tar.gz |
Move commit.show partial from commits/ to commit/
-rw-r--r-- | app/views/commit/_commit_box.html.haml (renamed from app/views/commits/_commit_box.html.haml) | 0 | ||||
-rw-r--r-- | app/views/commit/show.html.haml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/commits/_commit_box.html.haml b/app/views/commit/_commit_box.html.haml index 4c80c13ced1..4c80c13ced1 100644 --- a/app/views/commits/_commit_box.html.haml +++ b/app/views/commit/_commit_box.html.haml diff --git a/app/views/commit/show.html.haml b/app/views/commit/show.html.haml index 485f2d1e67c..6a723ee856e 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 |