Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-27 22:32:28 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-27 22:32:28 +0300
commit2fa36ddd9c9efcc4f0d40755f535867573a0483c (patch)
tree8a846a9f1dd8547b7440c047c4e6a458a03a5875 /app/views/projects/empty.html.haml
parent6182f1cabf08e75b01146198cbd09fdea0bfdb67 (diff)
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