We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed51f4f + 20463dd commit ba6708cCopy full SHA for ba6708c
app/views/protips/_mini.html.haml
@@ -1,4 +1,4 @@
1
--#-protip = Protip::SearchWrapper.new(protip)
+- protip = protip.load #this is simply a hack, fix ES indexed json
2
%article{:class => dom_class(protip), :id => protip.public_id}
3
%header
4
-unless protip.best_stat.nil? || best_stat_value(protip) == 0
0 commit comments