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:
parent
268af3049a
commit
a52da2396c
|
@ -7,12 +7,12 @@ en:
|
|||
action_codes:
|
||||
assigned: "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_group_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}'>post</a> %{when}"
|
||||
unassigned: "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_group_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}'>post</a> %{when}"
|
||||
reassigned: "Reassigned %{who} %{when}"
|
||||
reassigned_group: "Reassigned %{who} %{when}"
|
||||
discourse_assign:
|
||||
|
|
Loading…
Reference in New Issue