From 359703c6968526b44bd3e5b089db1db667781a7c Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Sat, 19 Jan 2013 01:30:05 +0100 Subject: [PATCH] Fix public cloning option text on projects#edit page --- app/views/projects/_form.html.haml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml index aa76048302a..b582adc97a2 100644 --- a/app/views/projects/_form.html.haml +++ b/app/views/projects/_form.html.haml @@ -49,11 +49,14 @@ Public mode: .control-group = f.label :public, class: 'control-label' do - %span Public http clone + %span Public clone access .controls = f.check_box :public %span.descr - If checked this project will be available for clone without any authentification. Also it will appears on #{link_to "Public page", public_root_path} + If checked, this project can be cloned + %em without any + authentification. + It will also be listed on the #{link_to "public access directory", public_root_path}. - if can? current_user, :change_namespace, @project