Commit 6e9de148e214f4c50baa1b4b8d7c81397843d052

Authored by Diego Camarinha
1 parent ecda16cc

Fixed minor bug on compound metric show.

signed-off-by: Renan Fichberg <rfichberg@gmail.com>
app/views/compound_metric_configurations/show.html.erb
... ... @@ -59,7 +59,7 @@
59 59 </thead>
60 60 <tbody>
61 61 <% if @mezuro_ranges.empty? %>
62   - <%= render partial: 'no_ranges' %>
  62 + <%= render partial: 'metric_configurations/no_ranges' %>
63 63 <% else %>
64 64 <%= render partial: 'metric_configurations/ranges', collection: @mezuro_ranges, as: :mezuro_range %>
65 65 <% end %>
... ...