diff options
Diffstat (limited to 'app/views/versions/show.html.erb')
-rw-r--r-- | app/views/versions/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index 07ae0b1cc..f44e3f272 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -36,7 +36,7 @@ </div> <% if @issues.present? %> -<% form_tag({}) do -%> +<%= form_tag({}) do -%> <table class="list related-issues"> <caption><%= l(:label_related_issues) %></caption> <%- @issues.each do |issue| -%> |