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
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-28 00:27:59 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-28 00:27:59 +0300
commitf57bffc82a5aa00e6494c65565255dfc9434f403 (patch)
tree1186ff9ef33a6563d3bab8f593e1f9bb82b5fb4e /app/views
parentfc17b440f93e61879ef4881aeacbcbca27dcde1c (diff)
parente956066d4a9c3f556a52f80acfb5c761aede7c6c (diff)
Merge branch 'init-from-ui' into 'master'
Add tests for creating bare repo and first file in UI Part of #1930 See merge request !1444
Diffstat (limited to 'app/views')
-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