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