diff --git a/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Show.html b/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Show.html
index fe4e33b1000c9c3d52e739db7fe1296129d9fcf9..6fc3c52dcea27e8b5075969c6c0ac27490491723 100644
--- a/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Show.html
+++ b/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Show.html
@@ -8,6 +8,11 @@
 <f:layout name="Default"/>
 
 <f:section name="Buttons">
+    <be:moduleLayout.button.linkButton
+        icon="actions-view-go-back"
+        title="{f:translate(id: 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.goBack')}"
+        link="{be:moduleLink(route: 'system_BeuserTxBeuser')}"
+    />
     <be:moduleLayout.button.linkButton
         icon="actions-add"
         title="{f:translate(id: 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:newRecordGeneral')}"