diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-04 09:54:53 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-04 09:54:53 +0000 |
commit | 81adc198d8db644965385e3675d46b89008ed8f5 (patch) | |
tree | 0940f57d11a93d357e64fc18fe6b753a39fae784 | |
parent | cc6224b5c9b606f9b22eb23b1825a5a3fdab4d16 (diff) | |
download | sonarqube-81adc198d8db644965385e3675d46b89008ed8f5.tar.gz sonarqube-81adc198d8db644965385e3675d46b89008ed8f5.zip |
SONAR-249 select box in small
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb index f9565ca5d0b..6e60e64b5d6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb @@ -24,7 +24,7 @@ <% if profile_measure %> - Profile <%= link_to profile_measure.data, :controller => '/rules_configuration', :action => 'index', :id => profile_measure.value.to_i %><% end %> - Compare to <form method="GET" action="<%= url_for :only_path=>true, :overwrite_params => {:var => nil} -%>" style="display: inline"> - <select id="select-comparison" name="var" onchange="submit()"> + <select id="select-comparison" name="var" onchange="submit()" class="small"> <option value=""></option> <%= variation_select_option(@snapshot, 1) -%> <%= variation_select_option(@snapshot, 2) -%> |