From: Julien Lancelot Date: Thu, 23 May 2013 08:45:27 +0000 (+0200) Subject: SONAR-4301 Replace status icon by text X-Git-Tag: 3.6~299 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49523b748eea547e9cf55d37790446cc97153f0f;p=sonarqube.git SONAR-4301 Replace status icon by text --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb index 379b85ba322..6ce50505ef5 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb @@ -29,7 +29,7 @@ <%= column_html(@filter, message('severity_abbreviated'), message('severity'), 'SEVERITY') %> - <%= column_html(@filter, message('status_abbreviated'), message('status'), 'STATUS') %> + <%= column_html(@filter, message('status'), message('status'), 'STATUS') %> <%= message('description') -%> @@ -63,13 +63,13 @@ - + <%= message(issue.status.downcase).capitalize -%> <%= link_to h(truncate(issue.message, :length => 200)), :controller => 'issue', :action => 'view', :id => issue.key -%> - <%= h h(truncate(@filter.issues_result.project(issue).name, :length => 100)) -%> + <%= h (truncate(@filter.issues_result.project(issue).name, :length => 100)) -%> <%= h @filter.issues_result.component(issue).name -%>