Commit 07d68b2764d5cf59dcb7a93012e94bf194f2abf8
Committed by
Paulo Meireles
1 parent
cb6a718c
Exists in
colab
and in
4 other branches
Graphic icon for metric results
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/modules/_metric_result.html.erb
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | metric_name = metric_configuration_snapshot.metric.name | 4 | metric_name = metric_configuration_snapshot.metric.name |
5 | %> | 5 | %> |
6 | <tr> | 6 | <tr> |
7 | - <td><%= link_to metric_name, "", | 7 | + <td><%= link_to "<i class='icon-align-left'></i> #{metric_name}".html_safe, "", |
8 | onclick: "new Module.Graphic('container#{metric_result.id}', '#{metric_name}', '#{module_result.id}')", | 8 | onclick: "new Module.Graphic('container#{metric_result.id}', '#{metric_name}', '#{module_result.id}')", |
9 | id: "metric_#{module_result.id}", | 9 | id: "metric_#{module_result.id}", |
10 | remote: true %> | 10 | remote: true %> |