From dc93094572da8cffd6e0f8bb6456420982700260 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 1 Nov 2010 10:31:22 +0000 Subject: [PATCH] SONAR-1643 add a link to configure widget --- .../main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb index 8ec81757294..03a6bcd7a70 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb @@ -17,7 +17,7 @@ %> <% else %>
-

Please configure the widget <%= definition.getTitle() -%>.

+

Please configure the widget <%= definition.getTitle() -%>.

<% end %>
-- 2.39.5