diff options
author | Stan Hu <stanhu@gmail.com> | 2016-03-30 20:13:02 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-03-30 20:13:31 -0700 |
commit | cc56d97d21502d094b50da560d67b608399bfc16 (patch) | |
tree | 73a2b85037dc0e58fec7ebcadf2a2a02bda09ab8 /app/views/projects/notes/discussions/_commit.html.haml | |
parent | 4a4398560c45ed5b4e2258d4dd535a4e548073fc (diff) | |
download | gitlab-ce-cc56d97d21502d094b50da560d67b608399bfc16.tar.gz |
Fix commit comment alignment
Closes #14780
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 |