Commit e911a7388ff3491f6dbbb44ba9f312d342d2e8e0
Committed by
Paulo Meireles
1 parent
da34ec6b
Exists in
master
and in
28 other branches
[Mezuro] Compound edit view with metric configurations.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_metric_configuration/edit_compound.html.erb
@@ -12,3 +12,5 @@ | @@ -12,3 +12,5 @@ | ||
12 | <% end %> | 12 | <% end %> |
13 | 13 | ||
14 | <%= render :partial => "mezuro_plugin_range/ranges", :locals => {:owner => owner} %> | 14 | <%= render :partial => "mezuro_plugin_range/ranges", :locals => {:owner => owner} %> |
15 | +<hr> | ||
16 | +<%= render :partial => "metric_codes", :locals => {:metric_configurations => @metric_configurations} %> |