FIX: Use Ember router for small action post links (#280)

Routing was fixed in https://github.com/discourse/discourse/pull/15536
This commit is contained in:
Penar Musaraj 2022-01-11 09:01:28 -05:00 committed by GitHub
parent 268af3049a
commit a52da2396c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@ en:
action_codes: action_codes:
assigned: "assigned %{who} %{when}" assigned: "assigned %{who} %{when}"
assigned_group: "assigned %{who} %{when}" assigned_group: "assigned %{who} %{when}"
assigned_to_post: "assigned %{who} to <a href='%{path}' data-auto-route='true'>post</a> %{when}" assigned_to_post: "assigned %{who} to <a href='%{path}'>post</a> %{when}"
assigned_group_to_post: "assigned %{who} to <a href='%{path}' data-auto-route='true'>post</a> %{when}" assigned_group_to_post: "assigned %{who} to <a href='%{path}'>post</a> %{when}"
unassigned: "unassigned %{who} %{when}" unassigned: "unassigned %{who} %{when}"
unassigned_group: "unassigned %{who} %{when}" unassigned_group: "unassigned %{who} %{when}"
unassigned_from_post: "unassigned %{who} from <a href='%{path}' data-auto-route='true'>post</a> %{when}" unassigned_from_post: "unassigned %{who} from <a href='%{path}'>post</a> %{when}"
unassigned_group_from_post: "unassigned %{who} from <a href='%{path}' data-auto-route='true'>post</a> %{when}" unassigned_group_from_post: "unassigned %{who} from <a href='%{path}'>post</a> %{when}"
reassigned: "Reassigned %{who} %{when}" reassigned: "Reassigned %{who} %{when}"
reassigned_group: "Reassigned %{who} %{when}" reassigned_group: "Reassigned %{who} %{when}"
discourse_assign: discourse_assign: