Commit 6e9de148e214f4c50baa1b4b8d7c81397843d052
1 parent
ecda16cc
Exists in
colab
and in
4 other branches
Fixed minor bug on compound metric show.
signed-off-by: Renan Fichberg <rfichberg@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 %> | ... | ... |