diff --git a/app/views/request_for_comments/show.html.erb b/app/views/request_for_comments/show.html.erb
index 0fbeef37..4ac65629 100644
--- a/app/views/request_for_comments/show.html.erb
+++ b/app/views/request_for_comments/show.html.erb
@@ -37,19 +37,6 @@
<%= render('mark_as_solved') %>
<% end %>
- <% if @current_user.admin? && user.is_a?(ExternalUser) %>
- <%= render('admin_menu') %>
- <% end %>
-
-
-
- <%= t('request_for_comments.howto_title') %>
-
-
- <%= render_markdown(t('request_for_comments.howto')) %>
-
-
-
<% if testruns.size > 0 %>
@@ -74,9 +61,23 @@
<% end %>
<% end %>
+
+ <% if @current_user.admin? && user.is_a?(ExternalUser) %>
+ <%= render('admin_menu') %>
+ <% end %>
+
+
+
+
+
+ <%= t('request_for_comments.howto_title') %>
+
+
+ <%= render_markdown(t('request_for_comments.howto')) %>
+
+
-