diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml
index 2baf1bfe25d..2eb0908a9e7 100644
--- a/app/views/issues/_form.html.haml
+++ b/app/views/issues/_form.html.haml
@@ -1,9 +1,5 @@
%div.issue-form-holder
%h3= @issue.new_record? ? "New Issue" : "Edit Issue ##{@issue.id}"
- - unless request.xhr?
- .back_link
- = link_to project_issue_path(@project, @issue) do
- ← back to show page
= form_for [@project, @issue], :remote => request.xhr? do |f|
-if @issue.errors.any?
.alert-message.block-message.error