diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-23 20:13:05 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-23 20:13:05 -0800 |
commit | e2dff01a51eaa700b028901da125bbd057afe244 (patch) | |
tree | eeadda968e9331d0f2a0c7e85c65bd177b174be4 | |
parent | 888b685b08df6f112715d0866c26fdea09df0279 (diff) | |
download | gitlab-ci-e2dff01a51eaa700b028901da125bbd057afe244.tar.gz |
Make add new project more obvious
-rw-r--r-- | app/views/projects/_gitlab.html.haml | 2 |
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 |