From: Fabrice Bellingard Date: Thu, 25 Aug 2011 16:26:34 +0000 (+0200) Subject: SONAR-2703 Pull the button out of the table X-Git-Tag: 2.11^2~127 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=803852e83b6e8bdc7c2b012ae9f59033842381f2;p=sonarqube.git SONAR-2703 Pull the button out of the table --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/links.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/links.html.erb index 727687e91d9..513bbe91ca6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/links.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/links.html.erb @@ -57,8 +57,9 @@ <%= text_field_tag( "url_scm_dev", links_by_key['scm_dev'] ? links_by_key['scm_dev'].href : '', :readonly => true, :size => 30 ) -%> -<%= submit_tag( "Save links" ) %> +
+ <%= submit_tag( "Save links" ) %>