diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-26 13:37:18 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-26 13:37:18 -0800 |
commit | 6a2384e0bc7d0b703c8f6af144c85af47eae6630 (patch) | |
tree | 278c629ca37a0460dfac76353a60fb495dc18338 /app/views/projects/empty.html.haml | |
parent | 3e47ea5064f7e93cadb0ef347dfa27517552a4a0 (diff) | |
download | gitlab-ce-6a2384e0bc7d0b703c8f6af144c85af47eae6630.tar.gz |
Make draft UI for creating new file in empty repository
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r-- | app/views/projects/empty.html.haml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 2e46de6bfe0..3a42fce43e9 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -3,6 +3,17 @@ = render "home_panel" +.center.well + %h3 + The repository for this project is empty + %p.lead + You can + = link_to '#', class: 'btn btn-new btn-lg' do + add a file + or push it via command line. + +%h4 + %strong Command line instructions %div.git-empty %fieldset %legend Git global setup |