aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-05-23 11:01:21 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-05-23 11:01:21 +0200
commitefd9371f3eeb409d6b85158461f5ee87cec8facd (patch)
tree328868554c5ca33a5da9b429fb8cf94da4c26728 /sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
parent208f3c14209dffd20fa3b9a4c8cb232e7d95a20c (diff)
downloadsonarqube-efd9371f3eeb409d6b85158461f5ee87cec8facd.tar.gz
sonarqube-efd9371f3eeb409d6b85158461f5ee87cec8facd.zip
SONAR-3755 Display status in issue code viewer when issues are not resolved
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
index c5520fed88b..ea1f85f8ad7 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
@@ -24,6 +24,11 @@
&nbsp;
<span><%= message("issue.resolution.#{issue.resolution}") -%></span>
&nbsp;
+ <% else %>
+ <%= image_tag 'sep12.png' -%>
+ &nbsp;
+ <span><%= message("issue.status.#{issue.status}") -%></span>
+ &nbsp;
<% end %>
<%
if issue.assignee