fix tests. added jquery.timeago.js
This commit is contained in:
parent
124a5e270e
commit
b1bd3f1252
14 changed files with 247 additions and 82 deletions
|
@ -1,5 +1,5 @@
|
|||
%p
|
||||
New message on
|
||||
= link_to "Project Wall", wall_project_url(@note.project, anchor: "note_#{@note.id}")
|
||||
= link_to "Project Wall", project_wall_url(@note.project, anchor: "note_#{@note.id}")
|
||||
|
||||
= render 'note_message'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
New message on the project wall <%= @note.project %>
|
||||
|
||||
<%= url_for(wall_project_url(@note.project, anchor: "note_#{@note.id}")) %>
|
||||
<%= url_for(project_wall_url(@note.project, anchor: "note_#{@note.id}")) %>
|
||||
|
||||
|
||||
<%= @note.author_name %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue