Commit 038e6230 authored by Phil Hughes's avatar Phil Hughes

Fixed tests

parent 44f3f42b
- note = discussion_notes.first
.timeline-entry-inner
%li.note.note-discussion.timeline-entry
.timeline-entry-inner
.timeline-icon
= link_to user_path(note.author) do
= image_tag avatar_icon(note.author_email), class: "avatar s40"
......
......@@ -6,7 +6,6 @@
= render discussion_notes
- else
%li.note.note-discussion.timeline-entry
= render 'projects/notes/discussion', discussion_notes: discussion_notes
- else
- @notes.each do |note|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment