Commit 970aa141a1fbd042c33ccf7ea9724b49b4a7406e

Authored by Rafael Manzo
Committed by Paulo Meireles
1 parent f8f9f157

[Mezuro] Compound metric configuration script field resized to five rows

plugins/mezuro/views/mezuro_plugin_metric_configuration/edit_compound_metric_configuration.html.erb
... ... @@ -23,7 +23,7 @@
23 23 </p>
24 24 <p>
25 25 <%= m.label :script, "Script:" %>
26   - <%= m.text_area "script", :value => @metric.script %>
  26 + <%= m.text_area "script", :value => @metric.script, :rows => 5 %>
27 27 </p>
28 28 <% end %>
29 29 <p>
... ...
plugins/mezuro/views/mezuro_plugin_metric_configuration/new_compound_metric_configuration.html.erb
... ... @@ -20,7 +20,7 @@
20 20 </p>
21 21 <p>
22 22 <%= m.label :script, "Script:" %>
23   - <%= m.text_area "script" %>
  23 + <%= m.text_area "script", :rows => 5 %>
24 24 </p>
25 25 <% end %>
26 26 <p>
... ...