Commit 65e37a6e83e6808256acdd922e7f15a0809687bb

Authored by Alessandro Palmeira + Rafael Manzo
Committed by Rafael Manzo
1 parent c37c77c3

[Mezuro] Compound metric visualization is working

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:" %>
... ...