summaryrefslogtreecommitdiff
path: root/app/views/projects/empty.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-27 11:32:28 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-27 11:32:28 -0800
commit2fa36ddd9c9efcc4f0d40755f535867573a0483c (patch)
tree8a846a9f1dd8547b7440c047c4e6a458a03a5875 /app/views/projects/empty.html.haml
parent6182f1cabf08e75b01146198cbd09fdea0bfdb67 (diff)
downloadgitlab-ce-2fa36ddd9c9efcc4f0d40755f535867573a0483c.tar.gz
Replace p with h4 for empty repo text
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 776a7327bc2..36628195b4e 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -6,7 +6,7 @@
.center.well
%h3
The repository for this project is empty
- %p.lead
+ %h4
You can
= link_to project_new_blob_path(@project, 'master'), class: 'btn btn-new btn-lg' do
add a file