From c1ffee4e65601a42c5d40ec5f3ddddb51a93251f Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Mon, 3 Dec 2012 19:33:01 +0100 Subject: [PATCH] Fix dicussion headers --- app/views/notes/_discussion.html.haml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/views/notes/_discussion.html.haml b/app/views/notes/_discussion.html.haml index 7e9d366e..031f4477 100644 --- a/app/views/notes/_discussion.html.haml +++ b/app/views/notes/_discussion.html.haml @@ -21,13 +21,12 @@ - else %cite.cgray started a discussion %div - - if discussion_notes.size > 1 - - last_note = discussion_notes.last - last updated by - = link_to last_note.author_name, project_team_member_path(@project, @project.team_member_by_id(last_note.author)), class: "note-author" - %span.discussion-last-update - = time_ago_in_words(last_note.updated_at) - ago + - last_note = discussion_notes.last + last updated by + = link_to last_note.author_name, project_team_member_path(@project, @project.team_member_by_id(last_note.author)), class: "note-author" + %span.discussion-last-update + = time_ago_in_words(last_note.updated_at) + ago .discussion-body - if note.for_diff_line? .content