From a4479336b9c54c651b95c055d3020098c2e49a3e Mon Sep 17 00:00:00 2001 From: stephenbroyer Date: Wed, 18 Sep 2013 16:04:43 +0200 Subject: [PATCH] SONAR-4664 Remove prototypejs from layout and common templates --- .../main/webapp/WEB-INF/app/views/layouts/_iframe.html.erb | 6 +++--- .../main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 6 +++--- .../webapp/WEB-INF/app/views/layouts/_nolayout.html.erb | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_iframe.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_iframe.html.erb index 335d92725f4..5cc1498a0db 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_iframe.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_iframe.html.erb @@ -1,7 +1,7 @@
<% if @snapshot %>

<%= h @snapshot.project.name(true) %>

<% end %> - - - + + + <%= yield %>
\ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index 5d487d62881..c822c46d15b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -169,13 +169,13 @@

<%= h @project.name(true) %>

<% end %> <%= yield %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_nolayout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_nolayout.html.erb index 335d92725f4..5cc1498a0db 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_nolayout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_nolayout.html.erb @@ -1,7 +1,7 @@
<% if @snapshot %>

<%= h @snapshot.project.name(true) %>

<% end %> - - - + + + <%= yield %>
\ No newline at end of file -- 2.39.5