Correct malformed Haml
Prior to this the view literally contained:
You have used = @event.abstract_word_count words.
This commit is contained in:
parent
48fddd2883
commit
16e637be1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue