summaryrefslogtreecommitdiffstats
path: root/sonar-server/src
diff options
context:
space:
mode:
authorsimonbrandhof <SimonBrandhof@imac2-sonarsource.local>2011-01-11 15:59:38 +0100
committersimonbrandhof <SimonBrandhof@imac2-sonarsource.local>2011-01-11 15:59:38 +0100
commit4feb2ff4d6c7deb54288d1cf97effb598b5e308f (patch)
treeec5868b46b94787bf957d0cc1d37f6287b148145 /sonar-server/src
parenta6bb456a91bd000879e51db26b78eb7eeee7ac52 (diff)
downloadsonarqube-4feb2ff4d6c7deb54288d1cf97effb598b5e308f.tar.gz
sonarqube-4feb2ff4d6c7deb54288d1cf97effb598b5e308f.zip
merge 2.5-RC2: fix header for radiator plugin
Diffstat (limited to 'sonar-server/src')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/project/_snapshot_title.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/_snapshot_title.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/_snapshot_title.html.erb
index cecfecef2e3..3012b22fc9a 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/_snapshot_title.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/_snapshot_title.html.erb
@@ -2,10 +2,9 @@
<div id="snapshot_title" class="page_title">
<h4>
<%
- version_event=@snapshot.event(EventCategory::KEY_VERSION)
profile_measure=@snapshot.measure(Metric::PROFILE)
%>
-<%= link_to_favourite(@project) -%> Version <%= "#{@snapshot.version} -%> - <%= l @snapshot.created_at %>
+<%= link_to_favourite(@project) -%> Version <%= @snapshot.version -%> - <%= l @snapshot.created_at %>
<% if profile_measure %> - profile <%= link_to profile_measure.data, :controller => '/rules_configuration', :action => 'index', :id => profile_measure.value.to_i %><% end %>
</h4>
</div>