From: Julien HENRY Date: Thu, 5 Sep 2013 07:54:36 +0000 (+0200) Subject: SONAR-4378 Minor UI fixes X-Git-Tag: 3.7.1~5^2~15^2~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7708a5559f2ad8c157bdc640d94e65bfa6f53985;p=sonarqube.git SONAR-4378 Minor UI fixes --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb index bc31e663a34..590ee37467d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb @@ -39,7 +39,7 @@ - + - +

<%= @rule && @rule.id.nil? ? 'Create Manual Rule' : 'Edit Manual Rule' -%>

<%= @rule && @rule.id.nil? ? 'Create Manual Rule' : 'Edit Manual Rule' -%>

diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/metrics/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/metrics/index.html.erb index a597deef6ba..bf574c503f3 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/metrics/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/metrics/index.html.erb @@ -63,7 +63,7 @@ <% form_for :metric, @metric, :url => { :action => 'save_from_web', :id => @metric.id } do |f| %>

<%= @metric && @metric.id.nil? ? 'Create Manual Metric' : 'Edit Manual Metric' -%>

<%= @metric && @metric.id.nil? ? 'Create Manual Metric' : 'Edit Manual Metric' -%>