diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-27 13:40:32 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-27 13:40:32 +0200 |
commit | 319d2b78b4b9deecafe7d9279e61855f2c910cfc (patch) | |
tree | e2c547f45427a03dbd0d082190382ef51d8d052b /app/views | |
parent | 64dff782149f75743c21716e2fea01e0e532ff2f (diff) | |
download | gitlab-ce-319d2b78b4b9deecafe7d9279e61855f2c910cfc.tar.gz |
Remove unnecessary \" symbols
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/help/public_access.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/public_access.html.haml b/app/views/help/public_access.html.haml index ac9ae21487f..ba2df8c3553 100644 --- a/app/views/help/public_access.html.haml +++ b/app/views/help/public_access.html.haml @@ -22,10 +22,10 @@ %strong without any authentication. %br - It will also be listed on the #{link_to "public access directory", public_root_path}." + It will also be listed on the #{link_to "public access directory", public_root_path}. %br %strong Any logged in user - will have #{link_to "Guest", help_permissions_path} permissions on the repository." + will have #{link_to "Guest", help_permissions_path} permissions on the repository. .clearfix .dashboard-intro-icon |