summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-23 20:13:05 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-23 20:13:05 -0800
commite2dff01a51eaa700b028901da125bbd057afe244 (patch)
treeeeadda968e9331d0f2a0c7e85c65bd177b174be4
parent888b685b08df6f112715d0866c26fdea09df0279 (diff)
downloadgitlab-ci-e2dff01a51eaa700b028901da125bbd057afe244.tar.gz
Make add new project more obvious
-rw-r--r--app/views/projects/_gitlab.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_gitlab.html.haml b/app/views/projects/_gitlab.html.haml
index 39c395c..9d20d22 100644
--- a/app/views/projects/_gitlab.html.haml
+++ b/app/views/projects/_gitlab.html.haml
@@ -37,7 +37,7 @@
- else
= form_tag projects_path do
= hidden_field_tag :project, project.to_yaml
- = submit_tag 'Add', class: 'btn btn-default btn-xs'
+ = submit_tag 'Add project to CI', class: 'btn btn-default btn-small'
%ul.pagination.gitlab-projects-pagination
- if @page > 1