]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2690 Anonymous access : add a title above the project list in the Quality Profi...
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 12 Aug 2011 10:30:52 +0000 (12:30 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 12 Aug 2011 10:30:52 +0000 (12:30 +0200)
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb

index 12e43941c3641e53925ebefd1bc160578d50bd18..bb6d13e93fe37beb8a9e0302871c46ce6cef5089 100644 (file)
@@ -623,6 +623,7 @@ quality_profiles.profile_inheritance=Profile inheritance
 quality_profiles.available_projects=Available projects
 quality_profiles.associated_projects=Associated projects
 quality_profiles.no_projects_associated_to_profile_x=No projects are explicitly associated to the profile "{0}".
+quality_profiles.projects_warning=List of projects explicitly associated to this Quality profile :
 quality_profiles.no_permalinks=No permalinks
 quality_profiles.including_x_overriding.suffix=, incl. {0} overriding
 quality_profiles.profile_cant_be_edited=This profile can not be edited.
index ce16627b5db147cfa03acaaa7957656baf93f30d..dec38c6717247d6ff72de3c54399a2508c9c97f1 100644 (file)
@@ -43,6 +43,7 @@ SelectBox.init('to');
   <% if @profile.projects.empty? %>
     <p><%= message('quality_profiles.no_projects_associated_to_profile_x', :params => @profile.name) -%></p>
   <% else %>
+  <p><%= message('quality_profiles.projects_warning') -%></p>
   <ol>
     <% @profile.projects.each do |project| %>
       <li><%= project.name %></li>