diff --git a/app/views/categories/_gauge_graph.html.erb b/app/views/categories/_gauge_graph.html.erb index 543a95d0..b593dc65 100644 --- a/app/views/categories/_gauge_graph.html.erb +++ b/app/views/categories/_gauge_graph.html.erb @@ -1,5 +1,7 @@
Score is : <%=gauge.score %>
+ <% if ENV["SCORES"].present? && ENV["SCORES"].upcase == "SHOW" %> +Score is : <%=gauge.score %>
+ <% end %>