Commit 65e37a6e83e6808256acdd922e7f15a0809687bb
Committed by
Rafael Manzo
1 parent
c37c77c3
Exists in
master
and in
29 other branches
[Mezuro] Compound metric visualization is working
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_myprofile/edit_compound_metric_configuration.html.erb
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | </p> |
16 | 16 | <p> |
17 | 17 | <%= f.label :scope, "Scope:" %> |
18 | - <%= f.select :scope, [["Class", "CLASS"]], :selected => @metric.scope %> | |
18 | + <%= select_tag "metric[scope]", options_for_select([["Teste", "NIL"], ["Class", "CLASS"]], :selected => @metric.scope) %> | |
19 | 19 | </p> |
20 | 20 | <p> |
21 | 21 | <%= f.label :code, "Code:" %> | ... | ... |