Changeset 327
- Timestamp:
- 12/08/06 17:23:28 (2 years ago)
- Files:
-
- trunk/app/views/report/search.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/report/search.rhtml
r77 r327 2 2 <table class="form"> 3 3 <% for report_category in @report_categories -%> 4 <% next if report_category.report_types.empty? %> 4 5 <tr> 5 6 <th rowspan="<%= report_category.report_types.count + 1 %>"><%= h(report_category.name) %></th>