mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 17:46:07 +10:00
Fix event note output
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
- if event.note_commit?
|
||||
= event.note_target_type
|
||||
= link_to event.note_short_commit_id, project_commit_path(event.project, event.note_commit_id), class: "commit_short_id"
|
||||
- if event.note_project_snippet?
|
||||
- elsif event.note_project_snippet?
|
||||
= link_to project_snippet_path(event.project, event.note_target) do
|
||||
%strong
|
||||
#{event.note_target_type} ##{truncate event.note_target_id}
|
||||
|
||||
Reference in New Issue
Block a user