From e16ec0aadbeba12d353635949cc043241a883903 Mon Sep 17 00:00:00 2001 From: jwollert Date: Wed, 20 Jul 2011 12:04:51 +0200 Subject: [PATCH] close break tags --- app/views/cost_reports/index.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/cost_reports/index.rhtml b/app/views/cost_reports/index.rhtml index 5c47a0cfe5..57f54c90a4 100644 --- a/app/views/cost_reports/index.rhtml +++ b/app/views/cost_reports/index.rhtml @@ -67,7 +67,7 @@

<%= l(:label_public_report_plural) %>

<% public_queries.each do |query| -%> <%= link_to(h(query.name), :controller => 'cost_reports', :action => 'show', :id => query.id) %> -
+
<% end -%> <% end -%> @@ -75,7 +75,7 @@

<%= l(:label_report_plural) %>

<% private_queries.each do |query| -%> <%= link_to(h(query.name), :controller => 'cost_reports', :action => 'show', :id => query.id) %> -
+
<% end -%> <% end -%> <% end -%>