From efac256a6bdbe19b29e620a0d986ae594628e49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= Date: Sat, 17 Mar 2012 15:31:26 +0100 Subject: [PATCH] Design fix The lower would only show if you have the permission to see/add related issues --- app/views/issues/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 9642c289..8c4ad67b 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -91,9 +91,9 @@
<%= render :partial => 'relations' %>
-
<% end %> +
<% if @changesets.present? %>