mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +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.
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
%h3
|
|
Edit label
|
|
%span.light #{@label.name}
|
|
.back-link
|
|
= link_to namespace_project_labels_path(@project.namespace, @project) do
|
|
← To labels list
|
|
%hr
|
|
= render 'form'
|