mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 12:06:11 +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.
5 lines
182 B
ERB
5 lines
182 B
ERB
|
|
You have been granted <%= @project_member.human_access %> access to project <%= @project.name_with_namespace %>
|
|
|
|
<%= url_for(namespace_project_url(@project.namespace, @project)) %>
|