From 1cfe90987743bfef74497b53f13df7de7ea491a6 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Thu, 29 Aug 2019 16:54:26 +0900 Subject: Fix checkmark location for /move command --- doc/user/project/quick_actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md index e2fd2c08a07..e373d605098 100644 --- a/doc/user/project/quick_actions.md +++ b/doc/user/project/quick_actions.md @@ -60,8 +60,8 @@ in issues and merge requests, as well as epics.**(ULTIMATE)** | `/duplicate <#issue>` | ✓ | | | Mark this issue as a duplicate of another issue | | `/create_merge_request ` | ✓ | | | Create a new merge request starting from the current issue | | `/relate #issue1 #issue2` | ✓ | | | Mark issues as related **(STARTER)** | -| `/move ` | | ✓ | | Move this issue to another project | -| `/target_branch ` | | ✓ | | Set target branch | +| `/move ` | ✓ | | | Move this issue to another project | +| `/target_branch ` | | ✓ | | Set target branch | | `/wip` | | ✓ | | Toggle the Work In Progress status | | `/approve` | | ✓ | | Approve the merge request | | `/merge` | | ✓ | | Merge (when pipeline succeeds) | -- cgit v1.2.1