From 319d2b78b4b9deecafe7d9279e61855f2c910cfc Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 27 Nov 2013 13:40:32 +0200 Subject: [PATCH] Remove unnecessary \" symbols --- app/views/help/public_access.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/help/public_access.html.haml b/app/views/help/public_access.html.haml index ac9ae21..ba2df8c 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 -- libgit2 0.21.2