diff options
Diffstat (limited to 'app/views/projects/compare/index.html.haml')
-rw-r--r-- | app/views/projects/compare/index.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/compare/index.html.haml b/app/views/projects/compare/index.html.haml new file mode 100644 index 00000000000..95cfb60d885 --- /dev/null +++ b/app/views/projects/compare/index.html.haml @@ -0,0 +1,7 @@ += render "projects/commits/head" + +%h3.page_title + Compare View +%hr + += render "form" |