diff options
author | Pierre-Alexandre Clorichel <contact@clorichel.com> | 2016-09-30 13:50:23 +0000 |
---|---|---|
committer | Pierre-Alexandre Clorichel <contact@clorichel.com> | 2016-09-30 13:50:23 +0000 |
commit | 8a443ca735b29df5ae685c4217550ba16e0985d6 (patch) | |
tree | bcb5f39a55d95b3cd7facd48f01fdc90054fcc5b /app | |
parent | 47573a5c93dcdc7c6f6de40f1086d2b27a4f6e37 (diff) | |
download | gitlab-ce-8a443ca735b29df5ae685c4217550ba16e0985d6.tar.gz |
updated missed indentation
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/empty.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 4065b27156f..7a39064adc5 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -24,7 +24,7 @@ = link_to '.gitignore', add_special_file_path(@project, file_name: '.gitignore'), class: 'underlined-link' to this project. %p - You will need to be owner or have the master permission level for the initial push, as the master branch is automatically protected. + You will need to be owner or have the master permission level for the initial push, as the master branch is automatically protected. - if can?(current_user, :push_code, @project) %div{ class: container_class } |