close break tags

pull/6827/head
jwollert 13 years ago
parent 1d81ae4028
commit e16ec0aadb
  1. 4
      app/views/cost_reports/index.rhtml

@ -67,7 +67,7 @@
<h3><%= l(:label_public_report_plural) %></h3> <h3><%= l(:label_public_report_plural) %></h3>
<% public_queries.each do |query| -%> <% public_queries.each do |query| -%>
<%= link_to(h(query.name), :controller => 'cost_reports', :action => 'show', :id => query.id) %> <%= link_to(h(query.name), :controller => 'cost_reports', :action => 'show', :id => query.id) %>
<br> <br />
<% end -%> <% end -%>
<% end -%> <% end -%>
@ -75,7 +75,7 @@
<h3><%= l(:label_report_plural) %></h3> <h3><%= l(:label_report_plural) %></h3>
<% private_queries.each do |query| -%> <% private_queries.each do |query| -%>
<%= link_to(h(query.name), :controller => 'cost_reports', :action => 'show', :id => query.id) %> <%= link_to(h(query.name), :controller => 'cost_reports', :action => 'show', :id => query.id) %>
<br> <br />
<% end -%> <% end -%>
<% end -%> <% end -%>
<% end -%> <% end -%>

Loading…
Cancel
Save