54ec7e9599
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
6 lines
353 B
Text
6 lines
353 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'}" %>
|