From 16e637be1a890062a3d0b56cbcf725af15ff81a0 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Tue, 30 May 2023 18:31:50 -0700 Subject: [PATCH] Correct malformed Haml Prior to this the view literally contained: You have used = @event.abstract_word_count words. --- app/views/proposals/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/proposals/_form.html.haml b/app/views/proposals/_form.html.haml index e1c40e8a..be968aa8 100644 --- a/app/views/proposals/_form.html.haml +++ b/app/views/proposals/_form.html.haml @@ -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