diff options
Diffstat (limited to 'app/views/projects/notes/discussions/_commit.html.haml')
-rw-r--r-- | app/views/projects/notes/discussions/_commit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/discussions/_commit.html.haml b/app/views/projects/notes/discussions/_commit.html.haml index f67ec8db942..8d0a1af787c 100644 --- a/app/views/projects/notes/discussions/_commit.html.haml +++ b/app/views/projects/notes/discussions/_commit.html.haml @@ -9,7 +9,7 @@ Show/hide discussion %div = link_to_member(@project, note.author, avatar: false) - %p started a discussion on #{commit_description} + started a discussion on #{commit_description} - if commit = link_to(commit.short_id, namespace_project_commit_path(note.project.namespace, note.project, note.noteable), class: 'monospace') .last-update.hide.js-toggle-content |