9 lines
164 B
Text
9 lines
164 B
Text
|
New comment for Snippet <%= @snippet.id %>
|
||
|
|
||
|
<%= url_for(snippet_url(@snippet, anchor: "note_#{@note.id}")) %>
|
||
|
|
||
|
|
||
|
Author: <%= @note.author_name %>
|
||
|
|
||
|
<%= @note.note %>
|