Skip to content

Commit ba6708c

Browse files
committed
Merge pull request coderwall#114 from seuros/mongo_grave
[Hack][ES] Protip user don't index avatar_url correctly.
2 parents ed51f4f + 20463dd commit ba6708c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/protips/_mini.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-#-protip = Protip::SearchWrapper.new(protip)
1+
- protip = protip.load #this is simply a hack, fix ES indexed json
22
%article{:class => dom_class(protip), :id => protip.public_id}
33
%header
44
-unless protip.best_stat.nil? || best_stat_value(protip) == 0

0 commit comments

Comments
 (0)