We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70cefc1 + 2967379 commit 7d6d0d7Copy full SHA for 7d6d0d7
app/views/virtual_workshops/show.html.haml
@@ -18,7 +18,7 @@
18
= t('workshops.virtual.lead')
19
%p.lead
20
= t('workshops.virtual.intro', chapter_email: @workshop.chapter.email)
21
- - unless @workshop.description.blank?
+ - if @workshop.description.present?
22
%p.description
23
= sanitize(@workshop.description)
24
= render 'workshops/actions' unless current_user&.banned?
app/views/workshops/show.html.haml
@@ -16,7 +16,7 @@
16
.col.col-md-9
17
= t('workshops.lead')
%p
= render 'actions' unless current_user&.banned?
0 commit comments