Commit cd722f00 authored by kushalpandya's avatar kushalpandya

HAMLLint: Fix `FinalNewline` and `UnnecessaryStringOutput` errors

parent e7f9b17c
......@@ -38,7 +38,7 @@
- if @license.will_expire?
%strong= time_ago_with_tooltip(@license.expires_at)
- if @license.trial?
%span= "(Free trial will expire in #{pluralize(@license.remaining_days, 'day')})"
%span Free trial will expire in #{pluralize(@license.remaining_days, 'day')}
- else
%strong Never
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment