Commit 319d2b78b4b9deecafe7d9279e61855f2c910cfc

Authored by Dmitriy Zaporozhets
1 parent 64dff782

Remove unnecessary \" symbols

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/help/public_access.html.haml
... ... @@ -22,10 +22,10 @@
22 22 %strong without any
23 23 authentication.
24 24 %br
25   - It will also be listed on the #{link_to "public access directory", public_root_path}."
  25 + It will also be listed on the #{link_to "public access directory", public_root_path}.
26 26 %br
27 27 %strong Any logged in user
28   - will have #{link_to "Guest", help_permissions_path} permissions on the repository."
  28 + will have #{link_to "Guest", help_permissions_path} permissions on the repository.
29 29  
30 30 .clearfix
31 31 .dashboard-intro-icon
... ...