Commit 970aa141a1fbd042c33ccf7ea9724b49b4a7406e
Committed by
Paulo Meireles
1 parent
f8f9f157
Exists in
master
and in
23 other branches
[Mezuro] Compound metric configuration script field resized to five rows
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_metric_configuration/edit_compound_metric_configuration.html.erb
@@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
23 | </p> | 23 | </p> |
24 | <p> | 24 | <p> |
25 | <%= m.label :script, "Script:" %> | 25 | <%= m.label :script, "Script:" %> |
26 | - <%= m.text_area "script", :value => @metric.script %> | 26 | + <%= m.text_area "script", :value => @metric.script, :rows => 5 %> |
27 | </p> | 27 | </p> |
28 | <% end %> | 28 | <% end %> |
29 | <p> | 29 | <p> |
plugins/mezuro/views/mezuro_plugin_metric_configuration/new_compound_metric_configuration.html.erb