Skip to content
代码片段 群组 项目
提交 b7874c85 编辑于 作者: Vinnie Okada's avatar Vinnie Okada
浏览文件

Fix typo in link title

上级 136d4455
No related branches found
No related tags found
无相关合并请求
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
.fork-buttons .fork-buttons
- if current_user && can?(current_user, :fork_project, @project) && @project.namespace != current_user.namespace - if current_user && can?(current_user, :fork_project, @project) && @project.namespace != current_user.namespace
- if current_user.already_forked?(@project) - if current_user.already_forked?(@project)
= link_to project_path(current_user.fork_of(@project)), title: 'Got to my fork' do = link_to project_path(current_user.fork_of(@project)), title: 'Go to my fork' do
= link_to_toggle_fork = link_to_toggle_fork
- else - else
= link_to fork_project_path(@project), title: "Fork project", method: "POST" do = link_to fork_project_path(@project), title: "Fork project", method: "POST" do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册