diff options
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r-- | app/views/projects/_home_panel.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml index 514cbfa339d..d240508b64f 100644 --- a/app/views/projects/_home_panel.html.haml +++ b/app/views/projects/_home_panel.html.haml @@ -33,12 +33,12 @@ - if can_edit %li = link_to edit_project_path(@project) do - Edit Project + 编辑项目 - if access %li = link_to leave_namespace_project_project_members_path(@project.namespace, @project), - data: { confirm: leave_project_message(@project) }, method: :delete, title: 'Leave project' do - Leave Project + data: { confirm: leave_project_message(@project) }, method: :delete, title: '离开项目' do + 离开项目 .project-repo-buttons .split-one.count-buttons |