提交 8631b6a2 编写于 作者: D Dmitriy Zaporozhets

Merge branch 'rs-issue-1022' into 'master'

Push event: Nest link in strong tag, not vice-versa

Closes #1022

See merge request !755
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
- if event.rm_ref? - if event.rm_ref?
%strong= event.ref_name %strong= event.ref_name
- else - else
= link_to namespace_project_commits_path(event.project.namespace, event.project, event.ref_name) do %strong
%strong= event.ref_name = link_to event.ref_name, namespace_project_commits_path(event.project.namespace, event.project, event.ref_name)
at at
= link_to_project event.project = link_to_project event.project
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册