76aad9b76e
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
9 lines
232 B
Text
9 lines
232 B
Text
New comment for Commit <%= @commit.short_id %>
|
|
|
|
<%= url_for(namespace_project_commit_url(@note.project.namespace, @note.project, id: @commit.id, anchor: "note_#{@note.id}")) %>
|
|
|
|
|
|
Author: <%= @note.author_name %>
|
|
|
|
<%= @note.note %>
|
|
|