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 264f285 + 5b5db29 commit 196ca7dCopy full SHA for 196ca7d
_includes/workshops/card.html
@@ -10,7 +10,15 @@
10
<div class="well workshop-well" data-length="{{ workshop.time }}" data-location="{{ location.id }}">
11
<div class="row">
12
<div class="col-12">
13
- <h2 class="h4"><a href="{{ workshop.url }}">{{ workshop.title }}</a></h2>
+ <h2 class="h4">
14
+ {% if workshop.full == "canceled" %}
15
+ <s>
16
+ {% endif %}
17
+ <a href="{{ workshop.url }}">{{ workshop.title }}</a>
18
19
+ </s>
20
21
+ </h2>
22
{% if workshop.full == true %}
23
<p class="alert alert-warning">This workshop is full.</p>
24
{% elsif workshop.full == "canceled" %}
0 commit comments