Move video section to bottom
diff --git a/erpnext/docs/user/manual/en/setting-up/workflows.md b/erpnext/docs/user/manual/en/setting-up/workflows.md
index a667bb1..8e630bd 100644
--- a/erpnext/docs/user/manual/en/setting-up/workflows.md
+++ b/erpnext/docs/user/manual/en/setting-up/workflows.md
@@ -79,6 +79,23 @@
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-5.png">
+#### Workflow Actions
+
+> New in Version 11
+
+Workflow Actions facilitates communication to the users via email and also creates a list of pending Workflow Actions.
+
+For example, when an employee creates a leave application the next actions would be to `Approve` or `Reject` that application.
+Based on allowed roles to perform these actions, users will be sent email with Next Action buttons and a print format of the application.
+<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-actions-email.png">
+
+Also the users will see entries in there Workflow Action list.
+<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-actions-list.png">
+
+**Note:** You can set email template for Workflow Actions on each state.
+The template might consist message for users to proceed with the next Workflow Actions
+
+
### Video Tutorial:
<div>
@@ -90,18 +107,3 @@
{next}
-#### Workflow Actions
-
-> New in Version 11
-
-Workflow Actions facilitates communication to the users via email and also creates a list of pending Workflow Actions.
-
-For example, when an employee creates a leave application the next actions would be to Approve or Reject that application.
-Based on allowed roles to perform these actions, users will be sent email with Next Action buttons and a print format of the application.
-Also the users will see entries in Workflow Action list.
-<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-actions-email.png">
-<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-actions-list.png">
-
-Note: You can set email template for Workflow Actions on each state.
-The template might consist message for users to proceed with the next Workflow Actions
-