Correct malformed Haml

Prior to this the view literally contained:

    You have used = @event.abstract_word_count words.
This commit is contained in:
Andrew Kvalheim 2023-05-30 18:31:50 -07:00
parent 48fddd2883
commit 16e637be1a

View file

@ -48,7 +48,7 @@
= markdown_hint('[Tips to improve your presentations.](http://blog.hubspot.com/blog/tabid/6307/bid/5975/10-Rules-to-Instantly-Improve-Your-Presentations.aspx)')
%p
You have used
%span#abstract-count = @event.abstract_word_count
%span#abstract-count= @event.abstract_word_count
words. Abstracts must be between
%span#abstract-minimum-word-count
0