From: David Gageot Date: Tue, 22 May 2012 15:44:54 +0000 (+0200) Subject: Rename Ruby partial X-Git-Tag: 3.1~133 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=00d556fd1673dd6dd85dbe6be4942f1559a5f5d6;p=sonarqube.git Rename Ruby partial --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.erb deleted file mode 100644 index 63d0f4adccc..00000000000 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.erb +++ /dev/null @@ -1,15 +0,0 @@ -<% if logged_in? %> -
- -
-<% end %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.html.erb new file mode 100644 index 00000000000..63d0f4adccc --- /dev/null +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.html.erb @@ -0,0 +1,15 @@ +<% if logged_in? %> +
+ +
+<% end %>