Skip to content

Commit

Permalink
feat: add spots available in the event reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofp4444 committed Mar 8, 2024
1 parent 0b97e57 commit 1d2cbd3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<ul style="Margin-top: 16px;Margin-bottom: 20px; text-align:center; list-style: none; padding: 0;">
<li>📅 <%= display_date(@event.start_time) %> </li>
<li><%= display_time(@event.start_time) %> - <%= display_time(@event.end_time) %></li>
<li><%= @event.location.address %><li>
<li><%= @event.location.address %></li>
<li>⚠️ Limite de inscrições: <%= @event.spots_available %></li>
</h1>
</div>
</div>
Expand Down

0 comments on commit 1d2cbd3

Please sign in to comment.