Commit 7f1c527aa202fab9eb9f8bc0d99a06363f3817d1
Committed by
Paulo Meireles
1 parent
7fc83549
Exists in
master
and in
28 other branches
adding collumn titles in metric results table
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
plugins/mezuro/views/content_viewer/_module_result.rhtml
| ... | ... | @@ -9,6 +9,11 @@ |
| 9 | 9 | <br/> |
| 10 | 10 | <hr/> |
| 11 | 11 | <table id="project_metric_result"> |
| 12 | + <tr> | |
| 13 | + <th>Metric</th> | |
| 14 | + <th>Value</th> | |
| 15 | + <th>Threshold</th> | |
| 16 | + </tr> | |
| 12 | 17 | <% module_result.metric_results.each do |metric_result| %> |
| 13 | 18 | <tr> |
| 14 | 19 | <td><%= metric_result.metric.name %></td> |
| ... | ... | @@ -18,4 +23,4 @@ |
| 18 | 23 | </tr> |
| 19 | 24 | |
| 20 | 25 | <% end %> |
| 21 | -</table> | |
| 22 | 26 | \ No newline at end of file |
| 27 | +</table> | ... | ... |
plugins/mezuro/views/content_viewer/_source_tree.rhtml