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.
6 lines
351 B
Text
6 lines
351 B
Text
Reassigned <%= issuable.class.model_name.human.titleize %> <%= issuable.iid %>
|
|
|
|
<%= url_for([issuable.project.namespace.becomes(Namespace), issuable.project, issuable, {only_path: false}]) %>
|
|
|
|
Assignee changed <%= "from #{@previous_assignee.name}" if @previous_assignee -%>
|
|
to <%= "#{issuable.assignee_id ? issuable.assignee_name : 'Unassigned'}" %>
|