We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9fd3f3 + 16075c5 commit 5475e43Copy full SHA for 5475e43
app/views/protips/_mini.html.haml
@@ -1,7 +1,7 @@
1
- protip = protip.load #this is simply a hack, fix ES indexed json
2
%article{:class => dom_class(protip), :id => protip.public_id}
3
- -if display_protip_stats?(protip)
4
- %header
+ %header
+ -if display_protip_stats?(protip)
5
%span{:class => protip_stat_class(protip)}
6
= formatted_best_stat_value(protip) unless best_stat_name(protip) =~ /hawt/
7
0 commit comments