summaryrefslogtreecommitdiff
path: root/app/views/projects/empty.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-26 15:03:30 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-26 15:03:30 -0800
commit752cb506c033c281064abb56093c41a7dac2735a (patch)
treea3af84079a8109995a6ef33a4038c6860034a820 /app/views/projects/empty.html.haml
parent21297e78afd5ddfbfdf62f471acf1ab2f0c2a892 (diff)
downloadgitlab-ce-752cb506c033c281064abb56093c41a7dac2735a.tar.gz
Refactor blob views
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r--app/views/projects/empty.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 3a42fce43e9..776a7327bc2 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -8,7 +8,7 @@
The repository for this project is empty
%p.lead
You can
- = link_to '#', class: 'btn btn-new btn-lg' do
+ = link_to project_new_blob_path(@project, 'master'), class: 'btn btn-new btn-lg' do
add a file
&nbsp;or push it via command line.