mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
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.
10 lines
232 B
ERB
10 lines
232 B
ERB
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 %>
|
|
|