diff options
Diffstat (limited to 'server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/empty.html.erb')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/empty.html.erb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/empty.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/empty.html.erb deleted file mode 100644 index f65e6d90e04..00000000000 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/empty.html.erb +++ /dev/null @@ -1,11 +0,0 @@ -<div class="page"> - <% if @resource and !@snapshot %> - <div class="alert alert-warning"> - <%= h message('provisioning.no_analysis') -%> - </div> - <div className="big-spacer-top"> - <h4><%= h message('key') -%></h4> - <code><%= h @resource.key -%></code> - </div> - <% end %> -</div> |