From: Tom Hughes
Date: Mon, 16 May 2022 18:08:16 +0000 (+0100)
Subject: Merge remote-tracking branch 'upstream/pull/3548'
X-Git-Tag: live~2024
X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/478f0f4ba01d9a2286b0a7f7366e23ef5caef992?hp=6f0477ee72cb9f2c780342413bd6314eacb22d22
Merge remote-tracking branch 'upstream/pull/3548'
---
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb
index ba2738b74..eba4448aa 100644
--- a/app/views/issues/show.html.erb
+++ b/app/views/issues/show.html.erb
@@ -10,13 +10,19 @@
<%= " | #{t('.last_updated_at', :datetime => l(@issue.updated_at.to_datetime, :format => :friendly), :displayname => @issue.user_updated.display_name)}" if @issue.user_updated %>
-
- <%= link_to t(".resolve"), resolve_issue_url(@issue), :method => :post if @issue.may_resolve? %>
- <% if @issue.may_ignore? %>
- | <%= link_to t(".ignore"), ignore_issue_url(@issue), :method => :post %>
- <% end %>
-
-<%= link_to t(".reopen"), reopen_issue_url(@issue), :method => :post if @issue.may_reopen? %>
+
<% end %>